#215C9C

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

Shades of Endeavour #215C9C

Tints of Endeavour #215C9C

Color information

#215C9C (or 0x215C9C) is unknown color: approx Endeavour. HEX triplet: 21, 5C and 9C. RGB value is (33,92,156). Sum of RGB (Red+Green+Blue) = 33+92+156=281 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.74% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 156 (61.33% from 255 or 55.52% from 281); Max value from RGB is 156 - color contains mainly: blue. Hex color #215C9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215C9C is #DEA363. Grayscale: #515151. Windows color (decimal): -14590820 or 10247201. OLE color: 10247201.

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

Color convert

RGB3392156-
CMYK0.790.4100.39
HSL211.22º65.08%37.06%-
HSV(B)211.22º78.85%61.18%-
XYZ10.4610.3832.9-
YUV81.66169.9593.3-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.74%
GREEN value IS 92 (36.33% from 255) = 32.74%
BLUE value IS 156 (61.33% from 255) = 55.52%
R=11.74%
G=32.74%
B=55.52%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal33921560.790.4100.39211.2265.0837.06
Hex215C9C4F29027d34125
Octal411342341175104732310145
Binary10000110111001001110010011111010010100111110100111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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