Html Css Color HEX #214796 Endeavour

📋 copy color: '#214796'

red 33 ◦ green 71 ◦ blue 150

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

Shades of Endeavour #214796

Tints of Endeavour #214796

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.95%

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

R = 12.99%
G = 27.95%
B = 59.06%

CMYK

 C value IS 0.78

 M value IS 0.53

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#214796 (or 0x214796) is known color: Endeavour. HEX triplet: 21, 47 and 96. RGB value is (33,71,150). Sum of RGB (Red+Green+Blue) = 33+71+150=254 (33% of max value = 765). Red value is 33 (13.28% from 255 or 12.99% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 150 (58.98% from 255 or 59.06% from 254); Max value from RGB is 150 - color contains mainly: blue. Hex color #214796 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214796 is #DEB869. Grayscale: #444444. Windows color (decimal): -14596202 or 9848609. OLE color: 9848609.

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

Color convert

RGB 33 71 150 -
CMYK 0.78 0.53 0 0.41
HSL 220.51º 0.64% 0.36% -
HSV(B) 220.51º 0.78% 0.59% -
XYZ 8.39 7.03 29.77 -
YUV 68.64 173.91 102.58 -
System Red Green Blue C M Y K H S L
Decimal 33 71 150 0.78 0.53 0 0.41 220.51 0.64 0.36
Hex 21 47 96 4E 35 0 29 DD 40 24
Octal 41 107 226 116 65 0 51 335 100 44
Binary 100001 1000111 10010110 1001110 110101 0 101001 11011101 1000000 100100

Color Harmonies of #214796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214796

Black with #214796

Text Example


Text Example

White with #214796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214796; }

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

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

background-color css

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

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

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

border-color css

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

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

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