#215B8F

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

Shades of Endeavour #215B8F

Tints of Endeavour #215B8F

Color information

#215B8F (or 0x215B8F) is unknown color: approx Endeavour. HEX triplet: 21, 5B and 8F. RGB value is (33,91,143). Sum of RGB (Red+Green+Blue) = 33+91+143=267 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.36% from 267); Green value is 91 (35.94% from 255 or 34.08% from 267); Blue value is 143 (56.25% from 255 or 53.56% from 267); Max value from RGB is 143 - color contains mainly: blue. Hex color #215B8F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215B8F is #DEA470. Grayscale: #4F4F4F. Windows color (decimal): -14591089 or 9394977. OLE color: 9394977.

HSL color Cylindrical-coordinate representation of color #215B8F: hue angle of 208.36º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #215B8F is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3391143-
CMYK0.770.3600.44
HSL208.36º62.5%34.51%-
HSV(B)208.36º76.92%56.08%-
XYZ9.339.7927.38-
YUV79.59163.7894.77-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.36%
GREEN value IS 91 (35.94% from 255) = 34.08%
BLUE value IS 143 (56.25% from 255) = 53.56%
R=12.36%
G=34.08%
B=53.56%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal33911430.770.3600.44208.3662.534.51
Hex215B8F4D2402Cd03e23
Octal41133217115440543207643
Binary1000011011011100011111001101100100010110011010000111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215B8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,91,143); }

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

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

 a { background-color: rgb(33,91,143); }

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

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

 span { border-color: rgb(33,91,143); }

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