Html Css Color HEX #214C9E Endeavour

📋 copy color: '#214C9E'

red 33 ◦ green 76 ◦ blue 158

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

Shades of Endeavour #214C9E

Tints of Endeavour #214C9E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.46%

 BLUE value IS 158 (62.11% from 255) = 59.18%

R = 12.36%
G = 28.46%
B = 59.18%

CMYK

 C value IS 0.79

 M value IS 0.52

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#214C9E (or 0x214C9E) is known color: Endeavour. HEX triplet: 21, 4C and 9E. RGB value is (33,76,158). Sum of RGB (Red+Green+Blue) = 33+76+158=267 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.36% from 267); Green value is 76 (30.08% from 255 or 28.46% from 267); Blue value is 158 (62.11% from 255 or 59.18% from 267); Max value from RGB is 158 - color contains mainly: blue. Hex color #214C9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214C9E is #DEB361. Grayscale: #484848. Windows color (decimal): -14594914 or 10374177. OLE color: 10374177.

HSL color Cylindrical-coordinate representation of color #214C9E: hue angle of 219.36º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #214C9E is Cyan = 0.79, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 33 76 158 -
CMYK 0.79 0.52 0 0.38
HSL 219.36º 0.65% 0.37% -
HSV(B) 219.36º 0.79% 0.62% -
XYZ 9.38 7.96 33.39 -
YUV 72.49 176.25 99.83 -
System Red Green Blue C M Y K H S L
Decimal 33 76 158 0.79 0.52 0 0.38 219.36 0.65 0.37
Hex 21 4C 9E 4F 34 0 26 DB 41 25
Octal 41 114 236 117 64 0 46 333 101 45
Binary 100001 1001100 10011110 1001111 110100 0 100110 11011011 1000001 100101

Color Harmonies of #214C9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214C9E

Black with #214C9E

Text Example


Text Example

White with #214C9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,76,158); }

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

background-color css

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

 a { background-color: rgb(33,76,158); }

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

border-color css

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

 span { border-color: rgb(33,76,158); }

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