#215C98

Color #215C98 Endeavour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Endeavour #215C98

Tints of Endeavour #215C98

Color information

#215C98 (or 0x215C98) is unknown color: approx Endeavour. HEX triplet: 21, 5C and 98. RGB value is (33,92,152). Sum of RGB (Red+Green+Blue) = 33+92+152=277 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.91% from 277); Green value is 92 (36.33% from 255 or 33.21% from 277); Blue value is 152 (59.77% from 255 or 54.87% from 277); Max value from RGB is 152 - color contains mainly: blue. Hex color #215C98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215C98 is #DEA367. Grayscale: #505050. Windows color (decimal): -14590824 or 9985057. OLE color: 9985057.

HSL color Cylindrical-coordinate representation of color #215C98: hue angle of 210.25º 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 #215C98 is Cyan = 0.78, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3392152-
CMYK0.780.3900.40
HSL210.25º64.32%36.27%-
HSV(B)210.25º78.29%59.61%-
XYZ10.1210.2431.15-
YUV81.2167.9593.62-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.91%
GREEN value IS 92 (36.33% from 255) = 33.21%
BLUE value IS 152 (59.77% from 255) = 54.87%
R=11.91%
G=33.21%
B=54.87%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal33921520.780.3900.40210.2564.3236.27
Hex215C984E27028d24024
Octal411342301164705032210044
Binary10000110111001001100010011101001110101000110100101000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215C98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #215C98;
 }
 .AnyTagClassName
 {
   color: #215C98;
 }
</style>
background-color css

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

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

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

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

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

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