Html Css Color HEX #215997 Endeavour

📋 copy color: '#215997'

red 33 ◦ green 89 ◦ blue 151

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

Shades of Endeavour #215997

Tints of Endeavour #215997

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.6%

 BLUE value IS 151 (59.38% from 255) = 55.31%

R = 12.09%
G = 32.6%
B = 55.31%

CMYK

 C value IS 0.78

 M value IS 0.41

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#215997 (or 0x215997) is known color: Endeavour. HEX triplet: 21, 59 and 97. RGB value is (33,89,151). Sum of RGB (Red+Green+Blue) = 33+89+151=273 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.09% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 151 (59.38% from 255 or 55.31% from 273); Max value from RGB is 151 - color contains mainly: blue. Hex color #215997 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215997 is #DEA668. Grayscale: #4F4F4F. Windows color (decimal): -14591593 or 9918753. OLE color: 9918753.

HSL color Cylindrical-coordinate representation of color #215997: hue angle of 211.53º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #215997 is Cyan = 0.78, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 33 89 151 -
CMYK 0.78 0.41 0 0.41
HSL 211.53º 0.64% 0.36% -
HSV(B) 211.53º 0.78% 0.59% -
XYZ 9.79 9.7 30.64 -
YUV 79.32 168.45 94.96 -
System Red Green Blue C M Y K H S L
Decimal 33 89 151 0.78 0.41 0 0.41 211.53 0.64 0.36
Hex 21 59 97 4E 29 0 29 D4 40 24
Octal 41 131 227 116 51 0 51 324 100 44
Binary 100001 1011001 10010111 1001110 101001 0 101001 11010100 1000000 100100

Color Harmonies of #215997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215997

Black with #215997

Text Example


Text Example

White with #215997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215997; }

 p { color: rgb(33,89,151); }

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

background-color css

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

 a { background-color: rgb(33,89,151); }

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

border-color css

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

 span { border-color: rgb(33,89,151); }

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