Html Css Color HEX #215D91 Endeavour

📋 copy color: '#215D91'

red 33 ◦ green 93 ◦ blue 145

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

Shades of Endeavour #215D91

Tints of Endeavour #215D91

RGB

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

 GREEN value IS 93 (36.72% from 255) = 34.32%

 BLUE value IS 145 (57.03% from 255) = 53.51%

R = 12.18%
G = 34.32%
B = 53.51%

CMYK

 C value IS 0.77

 M value IS 0.36

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#215D91 (or 0x215D91) is known color: Endeavour. HEX triplet: 21, 5D and 91. RGB value is (33,93,145). Sum of RGB (Red+Green+Blue) = 33+93+145=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 93 (36.72% from 255 or 34.32% from 271); Blue value is 145 (57.03% from 255 or 53.51% from 271); Max value from RGB is 145 - color contains mainly: blue. Hex color #215D91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215D91 is #DEA26E. Grayscale: #505050. Windows color (decimal): -14590575 or 9526561. OLE color: 9526561.

HSL color Cylindrical-coordinate representation of color #215D91: hue angle of 207.86º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #215D91 is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 33 93 145 -
CMYK 0.77 0.36 0 0.43
HSL 207.86º 0.63% 0.35% -
HSV(B) 207.86º 0.77% 0.57% -
XYZ 9.65 10.2 28.25 -
YUV 80.99 164.12 93.77 -
System Red Green Blue C M Y K H S L
Decimal 33 93 145 0.77 0.36 0 0.43 207.86 0.63 0.35
Hex 21 5D 91 4D 24 0 2B D0 3F 23
Octal 41 135 221 115 44 0 53 320 77 43
Binary 100001 1011101 10010001 1001101 100100 0 101011 11010000 111111 100011

Color Harmonies of #215D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215D91

Black with #215D91

Text Example


Text Example

White with #215D91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #215D91; }

 p { color: rgb(33,93,145); }

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

background-color css

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

 a { background-color: rgb(33,93,145); }

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

border-color css

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

 span { border-color: rgb(33,93,145); }

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