#214787

Color #214787 Fun Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fun Blue #214787

Tints of Fun Blue #214787

Color information

#214787 (or 0x214787) is unknown color: approx Fun Blue. HEX triplet: 21, 47 and 87. RGB value is (33,71,135). Sum of RGB (Red+Green+Blue) = 33+71+135=239 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.81% from 239); Green value is 71 (28.12% from 255 or 29.71% from 239); Blue value is 135 (53.12% from 255 or 56.49% from 239); Max value from RGB is 135 - color contains mainly: blue. Hex color #214787 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214787 is #DEB878. Grayscale: #424242. Windows color (decimal): -14596217 or 8865569. OLE color: 8865569.

HSL color Cylindrical-coordinate representation of color #214787: hue angle of 217.65º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #214787 is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3371135-
CMYK0.760.4700.47
HSL217.65º60.71%32.94%-
HSV(B)217.65º75.56%52.94%-
XYZ7.256.5823.81-
YUV66.93166.41103.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 33 (13.28% from 255) = 13.81%
GREEN value IS 71 (28.12% from 255) = 29.71%
BLUE value IS 135 (53.12% from 255) = 56.49%
R=13.81%
G=29.71%
B=56.49%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal33711350.760.4700.47217.6560.7132.94
Hex2147874C2F02Fda3d21
Octal41107207114570573327541
Binary1000011000111100001111001100101111010111111011010111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214787; }

 p { color: rgb(33,71,135); }

 H1.HeaderClassName
 {
   color: #214787;
 }
 .AnyTagClassName
 {
   color: #214787;
 }
</style>
background-color css

<style>
 a { background-color: #214787; }

 a { background-color: rgb(33,71,135); }

 div.DivClassName
 {
   background-color: #214787;
 }
 .BgClassName
 {
   background-color: #214787;
 }
</style>
border-color css

<style>
 span { border-color: #214787; }

 span { border-color: rgb(33,71,135); }

 td.TdClassName
 {
   border-color: #214787;
 }
 .TagClassName
 {
   border-color: #214787;
 }
</style>