COLOR #33A3ED

HEX: #33A3ED
RGB: (51,163,237)

Color info

#33A3ED contains mainly blue color. Web safe color of #33A3ED is #3399FF (or #39F).

RGB color model

#33A3ED color RGB value is (51,163,237).

  • red value is 51;
  • green value is 163;
  • blue value is 237.
RGB:
(51,163,237)
(20%,64%,93%)

RGB channels and saturation

R 51 of 255 = 20%
G 163 of 255 = 64%
B 237 of 255 = 93%

51
163
237

R + G + B ~ 59%. #33A3ED is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
51 + 163 + 237 = 451 (100%)
R 51 of 451 ~ 11.31%
G 163 of 451 ~ 36.14%
B 237 of 451 ~ 52.55%

%11.31
%36.14
%52.55

CMYK color model

#33A3ED color CMYK value is (78,31,0,7).

  • cyan value is 78.48%
  • magenta value is 31.22%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(78,31,0,7)
C78M31Y0K7 
(78%,31%,0%,7%)
(0.78/0.31/0.00/0.07)	

CMYK percentages

%78.48
%31.22
%0
%7.06

Codes

Color #33A3ED in popluar color models

33A3ED
RGB51163237
HSL204°83.78%56.47%
HSB/HSV204°78.48%92.94%
CMYK78.48%31.22%0.00%
7.06%

Color #33A3ED in popluar number systems.

HEX33A3ED
Decimal51163237
Binary1100111010001111101101
Octal63243355

Shades and tints

Shades of #33A3ED

#33A3ED
(51,163,237)
#2F95D8
(47,149,216)
#2B87C3
(43,135,195)
#2779AE
(39,121,174)
#236B99
(35,107,153)
#1F5D84
(31,93,132)
#1B4F6F
(27,79,111)
#17415A
(23,65,90)
#133345
(19,51,69)
#0F2530
(15,37,48)
#0B171B
(11,23,27)
#000000
(0,0,0)

Tints of #33A3ED

#33A3ED
(51,163,237)
#45ABEE
(69,171,238)
#57B3EF
(87,179,239)
#69BBF0
(105,187,240)
#7BC3F1
(123,195,241)
#8DCBF2
(141,203,242)
#9FD3F3
(159,211,243)
#B1DBF4
(177,219,244)
#C3E3F5
(195,227,245)
#D5EBF6
(213,235,246)
#E7F3F7
(231,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33A3ED color. Also use rgb(51,163,237) instead hex code.

Text Font Color

.myTextColor { color: #33A3ED; }

<p style="color:#33A3ED">This sample text font color is #33A3ED.</p>

This text font color is #33A3ED.


Background Color

.myBgColor { background-color: #33A3ED; }

<div style="background-color:#33A3ED">Inner text</div>

This div background color is #33A3ED.


Border color

.myBorderColor { border: 1px solid #33A3ED; }

<div style="border:3px solid #33A3ED">Div</div>

This div border color is #33A3ED.


Opacity

.myOpacity80 { color: #33A3ED; opacity: 0.8; }

<p style="color:#33A3ED;opacity:0.8;">80%</p>

Text with #33A3ED color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #33A3ED;}

<p style="text-shadow: 3px 3px 1px #33A3ED">Text here.</p>

This text has shadow with #33A3ED color.

.textShadow {text-shadow: 3px 3px 1px #33A3ED, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #33A3ED, 5px 5px 20px red">Text here.</p>

This text has shadow with #33A3ED primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#33A3ED, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#33A3ED, Direction=45, Strength=4)">Text</p>

This text has shadow with #33A3ED and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #33A3ED;
  -webkit-box-shadow:	1px 1px 3px 2px #33A3ED;
  box-shadow:		1px 1px 3px 2px #33A3ED;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #33A3ED;
-webkit-box-shadow: 1px 1px 3px 2px #33A3ED;
box-shadow:1px 1px 3px 2px #33A3ED;">
Div content here</div>
This div box has shadow with color #33A3ED.

Preview

Color preview on black background

This text has color #33A3ED on black background.


Color preview on white background

This text has color #33A3ED on white background.



Black color preview on #33A3ED background

This text has black color on #33A3ED background.


White color preview on #33A3ED background

This text has white color on #33A3ED background.