#215A9D

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

Shades of Endeavour #215A9D

Tints of Endeavour #215A9D

Color information

#215A9D (or 0x215A9D) is unknown color: approx Endeavour. HEX triplet: 21, 5A and 9D. RGB value is (33,90,157). Sum of RGB (Red+Green+Blue) = 33+90+157=280 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.79% from 280); Green value is 90 (35.55% from 255 or 32.14% from 280); Blue value is 157 (61.72% from 255 or 56.07% from 280); Max value from RGB is 157 - color contains mainly: blue. Hex color #215A9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215A9D is #DEA562. Grayscale: #505050. Windows color (decimal): -14591331 or 10312225. OLE color: 10312225.

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

Color convert

RGB3390157-
CMYK0.790.4300.38
HSL212.42º65.26%37.25%-
HSV(B)212.42º78.98%61.57%-
XYZ10.3710.0733.3-
YUV80.6171.1294.05-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.79%
GREEN value IS 90 (35.55% from 255) = 32.14%
BLUE value IS 157 (61.72% from 255) = 56.07%
R=11.79%
G=32.14%
B=56.07%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal33901570.790.4300.38212.4265.2637.25
Hex215A9D4F2B026d44125
Octal411322351175304632410145
Binary10000110110101001110110011111010110100110110101001000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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