COLOR #33A4E3

HEX: #33A4E3
RGB: (51,164,227)

Color info

#33A4E3 contains mainly blue color. Web safe color of #33A4E3 is #3399CC (or #39C).

RGB color model

#33A4E3 color RGB value is (51,164,227).

  • red value is 51;
  • green value is 164;
  • blue value is 227.
RGB:
(51,164,227)
(20%,64%,89%)

RGB channels and saturation

R 51 of 255 = 20%
G 164 of 255 = 64%
B 227 of 255 = 89%

51
164
227

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

Portions of RGB colors in percentages

R + G + B =
51 + 164 + 227 = 442 (100%)
R 51 of 442 ~ 11.54%
G 164 of 442 ~ 37.1%
B 227 of 442 ~ 51.36%

%11.54
%37.1
%51.36

CMYK color model

#33A4E3 color CMYK value is (78,28,0,11).

  • cyan value is 77.53%
  • magenta value is 27.75%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(78,28,0,11)
C78M28Y0K11 
(78%,28%,0%,11%)
(0.78/0.28/0.00/0.11)	

CMYK percentages

%77.53
%27.75
%0
%10.98

Codes

Color #33A4E3 in popluar color models

33A4E3
RGB51164227
HSL201°75.86%54.51%
HSB/HSV201°77.53%89.02%
CMYK77.53%27.75%0.00%
10.98%

Color #33A4E3 in popluar number systems.

HEX33A4E3
Decimal51164227
Binary1100111010010011100011
Octal63244343

Shades and tints

Shades of #33A4E3

#33A4E3
(51,164,227)
#2F96CF
(47,150,207)
#2B88BB
(43,136,187)
#277AA7
(39,122,167)
#236C93
(35,108,147)
#1F5E7F
(31,94,127)
#1B506B
(27,80,107)
#174257
(23,66,87)
#133443
(19,52,67)
#0F262F
(15,38,47)
#0B181B
(11,24,27)
#000000
(0,0,0)

Tints of #33A4E3

#33A4E3
(51,164,227)
#45ACE5
(69,172,229)
#57B4E7
(87,180,231)
#69BCE9
(105,188,233)
#7BC4EB
(123,196,235)
#8DCCED
(141,204,237)
#9FD4EF
(159,212,239)
#B1DCF1
(177,220,241)
#C3E4F3
(195,228,243)
#D5ECF5
(213,236,245)
#E7F4F7
(231,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #33A4E3 color. Also use rgb(51,164,227) instead hex code.

Text Font Color

.myTextColor { color: #33A4E3; }

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

This text font color is #33A4E3.


Background Color

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

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

This div background color is #33A4E3.


Border color

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

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

This div border color is #33A4E3.


Opacity

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

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

Text with #33A4E3 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 #33A4E3;}

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

This text has shadow with #33A4E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #33A4E3 on black background.


Color preview on white background

This text has color #33A4E3 on white background.



Black color preview on #33A4E3 background

This text has black color on #33A4E3 background.


White color preview on #33A4E3 background

This text has white color on #33A4E3 background.