Html Css Color HEX #215498 Endeavour

📋 copy color: '#215498'

red 33 ◦ green 84 ◦ blue 152

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

Shades of Endeavour #215498

Tints of Endeavour #215498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 56.51%

R = 12.27%
G = 31.23%
B = 56.51%

CMYK

 C value IS 0.78

 M value IS 0.45

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#215498 (or 0x215498) is known color: Endeavour. HEX triplet: 21, 54 and 98. RGB value is (33,84,152). Sum of RGB (Red+Green+Blue) = 33+84+152=269 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.27% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 152 (59.77% from 255 or 56.51% from 269); Max value from RGB is 152 - color contains mainly: blue. Hex color #215498 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215498 is #DEAB67. Grayscale: #4C4C4C. Windows color (decimal): -14592872 or 9983009. OLE color: 9983009.

HSL color Cylindrical-coordinate representation of color #215498: hue angle of 214.29º degrees, saturation: 0.64, 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 #215498 is Cyan = 0.78, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 33 84 152 -
CMYK 0.78 0.45 0 0.40
HSL 214.29º 0.64% 0.36% -
HSV(B) 214.29º 0.78% 0.6% -
XYZ 9.47 8.93 30.93 -
YUV 76.5 170.6 96.97 -
System Red Green Blue C M Y K H S L
Decimal 33 84 152 0.78 0.45 0 0.40 214.29 0.64 0.36
Hex 21 54 98 4E 2D 0 28 D6 40 24
Octal 41 124 230 116 55 0 50 326 100 44
Binary 100001 1010100 10011000 1001110 101101 0 101000 11010110 1000000 100100

Color Harmonies of #215498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215498

Black with #215498

Text Example


Text Example

White with #215498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215498; }

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

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

background-color css

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

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

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

border-color css

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

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

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