Html Css Color HEX #214E8D Endeavour

📋 copy color: '#214E8D'

red 33 ◦ green 78 ◦ blue 141

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

Shades of Endeavour #214E8D

Tints of Endeavour #214E8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 55.95%

R = 13.1%
G = 30.95%
B = 55.95%

CMYK

 C value IS 0.77

 M value IS 0.45

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#214E8D (or 0x214E8D) is known color: Endeavour. HEX triplet: 21, 4E and 8D. RGB value is (33,78,141). Sum of RGB (Red+Green+Blue) = 33+78+141=252 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.10% from 252); Green value is 78 (30.86% from 255 or 30.95% from 252); Blue value is 141 (55.47% from 255 or 55.95% from 252); Max value from RGB is 141 - color contains mainly: blue. Hex color #214E8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #214E8D is #DEB172. Grayscale: #474747. Windows color (decimal): -14594419 or 9260577. OLE color: 9260577.

HSL color Cylindrical-coordinate representation of color #214E8D: hue angle of 215º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #214E8D is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 33 78 141 -
CMYK 0.77 0.45 0 0.45
HSL 215º 0.62% 0.34% -
HSV(B) 215º 0.77% 0.55% -
XYZ 8.16 7.7 26.25 -
YUV 71.73 167.09 100.38 -
System Red Green Blue C M Y K H S L
Decimal 33 78 141 0.77 0.45 0 0.45 215 0.62 0.34
Hex 21 4E 8D 4D 2D 0 2D D7 3E 22
Octal 41 116 215 115 55 0 55 327 76 42
Binary 100001 1001110 10001101 1001101 101101 0 101101 11010111 111110 100010

Color Harmonies of #214E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214E8D

Black with #214E8D

Text Example


Text Example

White with #214E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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