Html Css Color HEX #214893 Endeavour

📋 copy color: '#214893'

red 33 ◦ green 72 ◦ blue 147

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

Shades of Endeavour #214893

Tints of Endeavour #214893

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.57%

 BLUE value IS 147 (57.81% from 255) = 58.33%

R = 13.1%
G = 28.57%
B = 58.33%

CMYK

 C value IS 0.78

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#214893 (or 0x214893) is known color: Endeavour. HEX triplet: 21, 48 and 93. RGB value is (33,72,147). Sum of RGB (Red+Green+Blue) = 33+72+147=252 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.10% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 147 (57.81% from 255 or 58.33% from 252); Max value from RGB is 147 - color contains mainly: blue. Hex color #214893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214893 is #DEB76C. Grayscale: #444444. Windows color (decimal): -14595949 or 9652257. OLE color: 9652257.

HSL color Cylindrical-coordinate representation of color #214893: hue angle of 219.47º degrees, saturation: 0.63, 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 #214893 is Cyan = 0.78, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 33 72 147 -
CMYK 0.78 0.51 0 0.42
HSL 219.47º 0.63% 0.35% -
HSV(B) 219.47º 0.78% 0.58% -
XYZ 8.21 7.06 28.53 -
YUV 68.89 172.08 102.4 -
System Red Green Blue C M Y K H S L
Decimal 33 72 147 0.78 0.51 0 0.42 219.47 0.63 0.35
Hex 21 48 93 4E 33 0 2A DB 3F 23
Octal 41 110 223 116 63 0 52 333 77 43
Binary 100001 1001000 10010011 1001110 110011 0 101010 11011011 111111 100011

Color Harmonies of #214893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214893

Black with #214893

Text Example


Text Example

White with #214893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214893; }

 p { color: rgb(33,72,147); }

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

background-color css

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

 a { background-color: rgb(33,72,147); }

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

border-color css

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

 span { border-color: rgb(33,72,147); }

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