#214887

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

Shades of Fun Blue #214887

Tints of Fun Blue #214887

Color information

#214887 (or 0x214887) is unknown color: approx Fun Blue. HEX triplet: 21, 48 and 87. RGB value is (33,72,135). Sum of RGB (Red+Green+Blue) = 33+72+135=240 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.75% from 240); Green value is 72 (28.52% from 255 or 30% from 240); Blue value is 135 (53.12% from 255 or 56.25% from 240); Max value from RGB is 135 - color contains mainly: blue. Hex color #214887 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214887 is #DEB778. Grayscale: #434343. Windows color (decimal): -14595961 or 8865825. OLE color: 8865825.

HSL color Cylindrical-coordinate representation of color #214887: hue angle of 217.06º 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 #214887 is Cyan = 0.76, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3372135-
CMYK0.760.4700.47
HSL217.06º60.71%32.94%-
HSV(B)217.06º75.56%52.94%-
XYZ7.326.7123.83-
YUV67.52166.08103.38-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.75%
GREEN value IS 72 (28.52% from 255) = 30%
BLUE value IS 135 (53.12% from 255) = 56.25%
R=13.75%
G=30%
B=56.25%

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
Decimal33721350.760.4700.47217.0660.7132.94
Hex2148874C2F02Fd93d21
Octal41110207114570573317541
Binary1000011001000100001111001100101111010111111011001111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214887; }

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

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

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

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

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

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

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

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