#215D9C

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

Shades of Endeavour #215D9C

Tints of Endeavour #215D9C

Color information

#215D9C (or 0x215D9C) is unknown color: approx Endeavour. HEX triplet: 21, 5D and 9C. RGB value is (33,93,156). Sum of RGB (Red+Green+Blue) = 33+93+156=282 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.70% from 282); Green value is 93 (36.72% from 255 or 32.98% from 282); Blue value is 156 (61.33% from 255 or 55.32% from 282); Max value from RGB is 156 - color contains mainly: blue. Hex color #215D9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215D9C is #DEA263. Grayscale: #515151. Windows color (decimal): -14590564 or 10247457. OLE color: 10247457.

HSL color Cylindrical-coordinate representation of color #215D9C: hue angle of 210.73º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #215D9C is Cyan = 0.79, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB3393156-
CMYK0.790.4000.39
HSL210.73º65.08%37.06%-
HSV(B)210.73º78.85%61.18%-
XYZ10.5410.5532.93-
YUV82.24169.6292.88-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.70%
GREEN value IS 93 (36.72% from 255) = 32.98%
BLUE value IS 156 (61.33% from 255) = 55.32%
R=11.70%
G=32.98%
B=55.32%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal33931560.790.4000.39210.7365.0837.06
Hex215D9C4F28027d34125
Octal411352341175004732310145
Binary10000110111011001110010011111010000100111110100111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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