Html Css Color HEX #215C92 Endeavour

📋 copy color: '#215C92'

red 33 ◦ green 92 ◦ blue 146

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

Shades of Endeavour #215C92

Tints of Endeavour #215C92

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.95%

 BLUE value IS 146 (57.42% from 255) = 53.87%

R = 12.18%
G = 33.95%
B = 53.87%

CMYK

 C value IS 0.77

 M value IS 0.37

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#215C92 (or 0x215C92) is known color: Endeavour. HEX triplet: 21, 5C and 92. RGB value is (33,92,146). Sum of RGB (Red+Green+Blue) = 33+92+146=271 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.18% from 271); Green value is 92 (36.33% from 255 or 33.95% from 271); Blue value is 146 (57.42% from 255 or 53.87% from 271); Max value from RGB is 146 - color contains mainly: blue. Hex color #215C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215C92 is #DEA36D. Grayscale: #505050. Windows color (decimal): -14590830 or 9591841. OLE color: 9591841.

HSL color Cylindrical-coordinate representation of color #215C92: hue angle of 208.67º 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 #215C92 is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 33 92 146 -
CMYK 0.77 0.37 0 0.43
HSL 208.67º 0.63% 0.35% -
HSV(B) 208.67º 0.77% 0.57% -
XYZ 9.64 10.05 28.63 -
YUV 80.52 164.95 94.11 -
System Red Green Blue C M Y K H S L
Decimal 33 92 146 0.77 0.37 0 0.43 208.67 0.63 0.35
Hex 21 5C 92 4D 25 0 2B D1 3F 23
Octal 41 134 222 115 45 0 53 321 77 43
Binary 100001 1011100 10010010 1001101 100101 0 101011 11010001 111111 100011

Color Harmonies of #215C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #215C92

Black with #215C92

Text Example


Text Example

White with #215C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,92,146); }

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

background-color css

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

 a { background-color: rgb(33,92,146); }

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

border-color css

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

 span { border-color: rgb(33,92,146); }

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