Html Css Color HEX #214689 Fun Blue

📋 copy color: '#214689'

red 33 ◦ green 70 ◦ blue 137

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

Shades of Fun Blue #214689

Tints of Fun Blue #214689

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 value IS 0.76

 M value IS 0.49

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#214689 (or 0x214689) is known color: 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

RGB 33 70 137 -
CMYK 0.76 0.49 0 0.46
HSL 218.65º 0.61% 0.33% -
HSV(B) 218.65º 0.76% 0.54% -
XYZ 7.33 6.51 24.54 -
YUV 66.58 167.74 104.05 -
System Red Green Blue C M Y K H S L
Decimal 33 70 137 0.76 0.49 0 0.46 218.65 0.61 0.33
Hex 21 46 89 4C 31 0 2E DB 3D 21
Octal 41 106 211 114 61 0 56 333 75 41
Binary 100001 1000110 10001001 1001100 110001 0 101110 11011011 111101 100001

Color Harmonies of #214689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214689

Black with #214689

Text Example


Text Example

White with #214689

Text Example


Text Example

HTML Codes & Css Web 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>