#215D9A

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

Shades of Endeavour #215D9A

Tints of Endeavour #215D9A

Color information

#215D9A (or 0x215D9A) is unknown color: approx Endeavour. HEX triplet: 21, 5D and 9A. RGB value is (33,93,154). Sum of RGB (Red+Green+Blue) = 33+93+154=280 (37% of max value = 765). Red value is 33 (13.28% from 255 or 11.79% from 280); Green value is 93 (36.72% from 255 or 33.21% from 280); Blue value is 154 (60.55% from 255 or 55% from 280); Max value from RGB is 154 - color contains mainly: blue. Hex color #215D9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215D9A is #DEA265. Grayscale: #515151. Windows color (decimal): -14590566 or 10116385. OLE color: 10116385.

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

Color convert

RGB3393154-
CMYK0.790.4000.40
HSL210.25º64.71%36.67%-
HSV(B)210.25º78.57%60.39%-
XYZ10.3710.4932.05-
YUV82.01168.6293.04-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.79%
GREEN value IS 93 (36.72% from 255) = 33.21%
BLUE value IS 154 (60.55% from 255) = 55%
R=11.79%
G=33.21%
B=55%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal33931540.790.4000.40210.2564.7136.67
Hex215D9A4F28028d24125
Octal411352321175005032210145
Binary10000110111011001101010011111010000101000110100101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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