Html Css Color HEX #214289 Fun Blue

📋 copy color: '#214289'

red 33 ◦ green 66 ◦ blue 137

#214289
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fun Blue #214289

Tints of Fun Blue #214289

RGB

 RED value IS 33 (13.28% from 255) = 13.98%

 GREEN value IS 66 (26.17% from 255) = 27.97%

 BLUE value IS 137 (53.91% from 255) = 58.05%

R = 13.98%
G = 27.97%
B = 58.05%

CMYK

 C value IS 0.76

 M value IS 0.52

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#214289 (or 0x214289) is known color: Fun Blue. HEX triplet: 21, 42 and 89. RGB value is (33,66,137). Sum of RGB (Red+Green+Blue) = 33+66+137=236 (31% of max value = 765). Red value is 33 (13.28% from 255 or 13.98% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 137 (53.91% from 255 or 58.05% from 236); Max value from RGB is 137 - color contains mainly: blue. Hex color #214289 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214289 is #DEBD76. Grayscale: #3F3F3F. Windows color (decimal): -14597495 or 8995361. OLE color: 8995361.

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

Color convert

RGB 33 66 137 -
CMYK 0.76 0.52 0 0.46
HSL 220.96º 0.61% 0.33% -
HSV(B) 220.96º 0.76% 0.54% -
XYZ 7.09 6.03 24.46 -
YUV 64.23 169.07 105.73 -
System Red Green Blue C M Y K H S L
Decimal 33 66 137 0.76 0.52 0 0.46 220.96 0.61 0.33
Hex 21 42 89 4C 34 0 2E DD 3D 21
Octal 41 102 211 114 64 0 56 335 75 41
Binary 100001 1000010 10001001 1001100 110100 0 101110 11011101 111101 100001

Color Harmonies of #214289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214289

Black with #214289

Text Example


Text Example

White with #214289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214289; }

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

 H1.HeaderClassName
 {
   color: #214289;
 }
 .AnyTagClassName
 {
   color: #214289;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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