#215D98

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

Shades of Endeavour #215D98

Tints of Endeavour #215D98

Color information

#215D98 (or 0x215D98) is unknown color: approx Endeavour. HEX triplet: 21, 5D and 98. RGB value is (33,93,152). Sum of RGB (Red+Green+Blue) = 33+93+152=278 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.87% from 278); Green value is 93 (36.72% from 255 or 33.45% from 278); Blue value is 152 (59.77% from 255 or 54.68% from 278); Max value from RGB is 152 - color contains mainly: blue. Hex color #215D98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215D98 is #DEA267. Grayscale: #515151. Windows color (decimal): -14590568 or 9985313. OLE color: 9985313.

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

Color convert

RGB3393152-
CMYK0.780.3900.40
HSL209.75º64.32%36.27%-
HSV(B)209.75º78.29%59.61%-
XYZ10.2110.4231.18-
YUV81.79167.6293.2-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.87%
GREEN value IS 93 (36.72% from 255) = 33.45%
BLUE value IS 152 (59.77% from 255) = 54.68%
R=11.87%
G=33.45%
B=54.68%

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
Decimal33931520.780.3900.40209.7564.3236.27
Hex215D984E27028d24024
Octal411352301164705032210044
Binary10000110111011001100010011101001110101000110100101000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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