#215A9B

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

Shades of Endeavour #215A9B

Tints of Endeavour #215A9B

Color information

#215A9B (or 0x215A9B) is unknown color: approx Endeavour. HEX triplet: 21, 5A and 9B. RGB value is (33,90,155). Sum of RGB (Red+Green+Blue) = 33+90+155=278 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.87% from 278); Green value is 90 (35.55% from 255 or 32.37% from 278); Blue value is 155 (60.94% from 255 or 55.76% from 278); Max value from RGB is 155 - color contains mainly: blue. Hex color #215A9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215A9B is #DEA564. Grayscale: #505050. Windows color (decimal): -14591333 or 10181153. OLE color: 10181153.

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

Color convert

RGB3390155-
CMYK0.790.4200.39
HSL211.97º64.89%36.86%-
HSV(B)211.97º78.71%60.78%-
XYZ10.21032.4-
YUV80.37170.1294.21-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.87%
GREEN value IS 90 (35.55% from 255) = 32.37%
BLUE value IS 155 (60.94% from 255) = 55.76%
R=11.87%
G=32.37%
B=55.76%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal33901550.790.4200.39211.9764.8936.86
Hex215A9B4F2A027d44125
Octal411322331175204732410145
Binary10000110110101001101110011111010100100111110101001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,90,155); }

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

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

 a { background-color: rgb(33,90,155); }

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

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

 span { border-color: rgb(33,90,155); }

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