Html Css Color HEX #214896 Endeavour

📋 copy color: '#214896'

red 33 ◦ green 72 ◦ blue 150

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

Shades of Endeavour #214896

Tints of Endeavour #214896

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.24%

 BLUE value IS 150 (58.98% from 255) = 58.82%

R = 12.94%
G = 28.24%
B = 58.82%

CMYK

 C value IS 0.78

 M value IS 0.52

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#214896 (or 0x214896) is known color: Endeavour. HEX triplet: 21, 48 and 96. RGB value is (33,72,150). Sum of RGB (Red+Green+Blue) = 33+72+150=255 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.94% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 150 (58.98% from 255 or 58.82% from 255); Max value from RGB is 150 - color contains mainly: blue. Hex color #214896 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214896 is #DEB769. Grayscale: #444444. Windows color (decimal): -14595946 or 9848865. OLE color: 9848865.

HSL color Cylindrical-coordinate representation of color #214896: hue angle of 220º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #214896 is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 33 72 150 -
CMYK 0.78 0.52 0 0.41
HSL 220º 0.64% 0.36% -
HSV(B) 220º 0.78% 0.59% -
XYZ 8.45 7.16 29.79 -
YUV 69.23 173.58 102.16 -
System Red Green Blue C M Y K H S L
Decimal 33 72 150 0.78 0.52 0 0.41 220 0.64 0.36
Hex 21 48 96 4E 34 0 29 DC 40 24
Octal 41 110 226 116 64 0 51 334 100 44
Binary 100001 1001000 10010110 1001110 110100 0 101001 11011100 1000000 100100

Color Harmonies of #214896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214896

Black with #214896

Text Example


Text Example

White with #214896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214896; }

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

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

background-color css

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

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

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

border-color css

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

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

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