#215897

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

Shades of Endeavour #215897

Tints of Endeavour #215897

Color information

#215897 (or 0x215897) is unknown color: approx Endeavour. HEX triplet: 21, 58 and 97. RGB value is (33,88,151). Sum of RGB (Red+Green+Blue) = 33+88+151=272 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.13% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 151 (59.38% from 255 or 55.51% from 272); Max value from RGB is 151 - color contains mainly: blue. Hex color #215897 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #215897 is #DEA768. Grayscale: #4E4E4E. Windows color (decimal): -14591849 or 9918497. OLE color: 9918497.

HSL color Cylindrical-coordinate representation of color #215897: hue angle of 212.03º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #215897 is Cyan = 0.78, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3388151-
CMYK0.780.4200.41
HSL212.03º64.13%36.08%-
HSV(B)212.03º78.15%59.22%-
XYZ9.79.5430.61-
YUV78.74168.7895.38-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 12.13%
GREEN value IS 88 (34.77% from 255) = 32.35%
BLUE value IS 151 (59.38% from 255) = 55.51%
R=12.13%
G=32.35%
B=55.51%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal33881510.780.4200.41212.0364.1336.08
Hex2158974E2A029d44024
Octal411302271165205132410044
Binary10000110110001001011110011101010100101001110101001000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #215897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #215897; }

 p { color: rgb(33,88,151); }

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

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

 a { background-color: rgb(33,88,151); }

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

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

 span { border-color: rgb(33,88,151); }

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