Html Css Color HEX #214794 Endeavour

📋 copy color: '#214794'

red 33 ◦ green 71 ◦ blue 148

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

Shades of Endeavour #214794

Tints of Endeavour #214794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 58.73%

R = 13.1%
G = 28.17%
B = 58.73%

CMYK

 C value IS 0.78

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#214794 (or 0x214794) is known color: Endeavour. HEX triplet: 21, 47 and 94. RGB value is (33,71,148). Sum of RGB (Red+Green+Blue) = 33+71+148=252 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.10% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 148 (58.20% from 255 or 58.73% from 252); Max value from RGB is 148 - color contains mainly: blue. Hex color #214794 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214794 is #DEB86B. Grayscale: #444444. Windows color (decimal): -14596204 or 9717537. OLE color: 9717537.

HSL color Cylindrical-coordinate representation of color #214794: hue angle of 220.17º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #214794 is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 33 71 148 -
CMYK 0.78 0.52 0 0.42
HSL 220.17º 0.64% 0.35% -
HSV(B) 220.17º 0.78% 0.58% -
XYZ 8.23 6.97 28.93 -
YUV 68.42 172.91 102.74 -
System Red Green Blue C M Y K H S L
Decimal 33 71 148 0.78 0.52 0 0.42 220.17 0.64 0.35
Hex 21 47 94 4E 34 0 2A DC 40 23
Octal 41 107 224 116 64 0 52 334 100 43
Binary 100001 1000111 10010100 1001110 110100 0 101010 11011100 1000000 100011

Color Harmonies of #214794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214794

Black with #214794

Text Example


Text Example

White with #214794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214794; }

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

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

background-color css

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

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

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

border-color css

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

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

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