Html Css Color HEX #214899 Endeavour

📋 copy color: '#214899'

red 33 ◦ green 72 ◦ blue 153

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

Shades of Endeavour #214899

Tints of Endeavour #214899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 59.3%

R = 12.79%
G = 27.91%
B = 59.3%

CMYK

 C value IS 0.78

 M value IS 0.53

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#214899 (or 0x214899) is known color: Endeavour. HEX triplet: 21, 48 and 99. RGB value is (33,72,153). Sum of RGB (Red+Green+Blue) = 33+72+153=258 (34% of max value = 765). Red value is 33 (13.28% from 255 or 12.79% from 258); Green value is 72 (28.52% from 255 or 27.91% from 258); Blue value is 153 (60.16% from 255 or 59.30% from 258); Max value from RGB is 153 - color contains mainly: blue. Hex color #214899 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #214899 is #DEB766. Grayscale: #454545. Windows color (decimal): -14595943 or 10045473. OLE color: 10045473.

HSL color Cylindrical-coordinate representation of color #214899: hue angle of 220.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #214899 is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 33 72 153 -
CMYK 0.78 0.53 0 0.4
HSL 220.5º 0.65% 0.36% -
HSV(B) 220.5º 0.78% 0.6% -
XYZ 8.69 7.26 31.08 -
YUV 69.57 175.08 101.91 -
System Red Green Blue C M Y K H S L
Decimal 33 72 153 0.78 0.53 0 0.4 220.5 0.65 0.36
Hex 21 48 99 4E 35 0 28 DC 41 24
Octal 41 110 231 116 65 0 50 334 101 44
Binary 100001 1001000 10011001 1001110 110101 0 101000 11011100 1000001 100100

Color Harmonies of #214899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #214899

Black with #214899

Text Example


Text Example

White with #214899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #214899; }

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

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

background-color css

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

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

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

border-color css

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

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

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