#214689

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

Shades of Fun Blue #214689

Tints of Fun Blue #214689

Color information

#214689 (or 0x214689) is unknown color: approx Fun Blue. HEX triplet: 21, 46 and 89. RGB value is (33,70,137). Sum of RGB (Red+Green+Blue) = 33+70+137=240 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.75% from 240); Green value is 70 (27.73% from 255 or 29.17% from 240); Blue value is 137 (53.91% from 255 or 57.08% from 240); Max value from RGB is 137 - color contains mainly: blue. Hex color #214689 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214689 is #DEB976. Grayscale: #424242. Windows color (decimal): -14596471 or 8996385. OLE color: 8996385.

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

Color convert

RGB3370137-
CMYK0.760.4900.46
HSL218.65º61.18%33.33%-
HSV(B)218.65º75.91%53.73%-
XYZ7.336.5124.54-
YUV66.57167.74104.05-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.75%
GREEN value IS 70 (27.73% from 255) = 29.17%
BLUE value IS 137 (53.91% from 255) = 57.08%
R=13.75%
G=29.17%
B=57.08%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal33701370.760.4900.46218.6561.1833.33
Hex2146894C3102Edb3d21
Octal41106211114610563337541
Binary1000011000110100010011001100110001010111011011011111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214689; }

 p { color: rgb(33,70,137); }

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

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

 a { background-color: rgb(33,70,137); }

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

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

 span { border-color: rgb(33,70,137); }

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