Html Css Color HEX #215499 Endeavour

📋 copy color: '#215499'

red 33 ◦ green 84 ◦ blue 153

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

Shades of Endeavour #215499

Tints of Endeavour #215499

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.11%

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

R = 12.22%
G = 31.11%
B = 56.67%

CMYK

 C value IS 0.78

 M value IS 0.45

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#215499 (or 0x215499) is known color: Endeavour. HEX triplet: 21, 54 and 99. RGB value is (33,84,153). Sum of RGB (Red+Green+Blue) = 33+84+153=270 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.22% from 270); Green value is 84 (33.20% from 255 or 31.11% from 270); Blue value is 153 (60.16% from 255 or 56.67% from 270); Max value from RGB is 153 - color contains mainly: blue. Hex color #215499 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215499 is #DEAB66. Grayscale: #4C4C4C. Windows color (decimal): -14592871 or 10048545. OLE color: 10048545.

HSL color Cylindrical-coordinate representation of color #215499: hue angle of 214.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 #215499 is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 33 84 153 -
CMYK 0.78 0.45 0 0.4
HSL 214.5º 0.65% 0.36% -
HSV(B) 214.5º 0.78% 0.6% -
XYZ 9.55 8.96 31.36 -
YUV 76.62 171.1 96.89 -
System Red Green Blue C M Y K H S L
Decimal 33 84 153 0.78 0.45 0 0.4 214.5 0.65 0.36
Hex 21 54 99 4E 2D 0 28 D6 41 24
Octal 41 124 231 116 55 0 50 326 101 44
Binary 100001 1010100 10011001 1001110 101101 0 101000 11010110 1000001 100100

Color Harmonies of #215499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215499

Black with #215499

Text Example


Text Example

White with #215499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215499; }

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

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

background-color css

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

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

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

border-color css

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

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

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