Html Css Color HEX #214996 Endeavour

📋 copy color: '#214996'

red 33 ◦ green 73 ◦ blue 150

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

Shades of Endeavour #214996

Tints of Endeavour #214996

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.52%

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

R = 12.89%
G = 28.52%
B = 58.59%

CMYK

 C value IS 0.78

 M value IS 0.51

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#214996 (or 0x214996) is known color: Endeavour. HEX triplet: 21, 49 and 96. RGB value is (33,73,150). Sum of RGB (Red+Green+Blue) = 33+73+150=256 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.89% from 256); Green value is 73 (28.91% from 255 or 28.52% from 256); Blue value is 150 (58.98% from 255 or 58.59% from 256); Max value from RGB is 150 - color contains mainly: blue. Hex color #214996 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214996 is #DEB669. Grayscale: #454545. Windows color (decimal): -14595690 or 9849121. OLE color: 9849121.

HSL color Cylindrical-coordinate representation of color #214996: hue angle of 219.49º 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 #214996 is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 33 73 150 -
CMYK 0.78 0.51 0 0.41
HSL 219.49º 0.64% 0.36% -
HSV(B) 219.49º 0.78% 0.59% -
XYZ 8.51 7.29 29.81 -
YUV 69.82 173.25 101.74 -
System Red Green Blue C M Y K H S L
Decimal 33 73 150 0.78 0.51 0 0.41 219.49 0.64 0.36
Hex 21 49 96 4E 33 0 29 DB 40 24
Octal 41 111 226 116 63 0 51 333 100 44
Binary 100001 1001001 10010110 1001110 110011 0 101001 11011011 1000000 100100

Color Harmonies of #214996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214996

Black with #214996

Text Example


Text Example

White with #214996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214996; }

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

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

background-color css

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

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

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

border-color css

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

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

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