Html Css Color HEX #214E88 Endeavour

📋 copy color: '#214E88'

red 33 ◦ green 78 ◦ blue 136

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

Shades of Endeavour #214E88

Tints of Endeavour #214E88

RGB

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

 GREEN value IS 78 (30.86% from 255) = 31.58%

 BLUE value IS 136 (53.52% from 255) = 55.06%

R = 13.36%
G = 31.58%
B = 55.06%

CMYK

 C value IS 0.76

 M value IS 0.43

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#214E88 (or 0x214E88) is known color: Endeavour. HEX triplet: 21, 4E and 88. RGB value is (33,78,136). Sum of RGB (Red+Green+Blue) = 33+78+136=247 (32% of max value = 765). Red value is 33 (13.28% from 255 or 13.36% from 247); Green value is 78 (30.86% from 255 or 31.58% from 247); Blue value is 136 (53.52% from 255 or 55.06% from 247); Max value from RGB is 136 - color contains mainly: blue. Hex color #214E88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #214E88 is #DEB177. Grayscale: #464646. Windows color (decimal): -14594424 or 8932897. OLE color: 8932897.

HSL color Cylindrical-coordinate representation of color #214E88: hue angle of 213.79º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #214E88 is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 33 78 136 -
CMYK 0.76 0.43 0 0.47
HSL 213.79º 0.61% 0.33% -
HSV(B) 213.79º 0.76% 0.53% -
XYZ 7.8 7.55 24.34 -
YUV 71.16 164.59 100.78 -
System Red Green Blue C M Y K H S L
Decimal 33 78 136 0.76 0.43 0 0.47 213.79 0.61 0.33
Hex 21 4E 88 4C 2B 0 2F D6 3D 21
Octal 41 116 210 114 53 0 57 326 75 41
Binary 100001 1001110 10001000 1001100 101011 0 101111 11010110 111101 100001

Color Harmonies of #214E88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214E88

Black with #214E88

Text Example


Text Example

White with #214E88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214E88; }

 p { color: rgb(33,78,136); }

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

background-color css

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

 a { background-color: rgb(33,78,136); }

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

border-color css

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

 span { border-color: rgb(33,78,136); }

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