#285C97

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

Shades of Endeavour #285C97

Tints of Endeavour #285C97

Color information

#285C97 (or 0x285C97) is unknown color: approx Endeavour. HEX triplet: 28, 5C and 97. RGB value is (40,92,151). Sum of RGB (Red+Green+Blue) = 40+92+151=283 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.13% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 151 (59.38% from 255 or 53.36% from 283); Max value from RGB is 151 - color contains mainly: blue. Hex color #285C97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285C97 is #D7A368. Grayscale: #525252. Windows color (decimal): -14132073 or 9919528. OLE color: 9919528.

HSL color Cylindrical-coordinate representation of color #285C97: hue angle of 211.89º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #285C97 is Cyan = 0.74, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB4092151-
CMYK0.740.3900.41
HSL211.89º58.12%37.45%-
HSV(B)211.89º73.51%59.22%-
XYZ10.2910.3430.73-
YUV83.18166.2797.2-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.13%
GREEN value IS 92 (36.33% from 255) = 32.51%
BLUE value IS 151 (59.38% from 255) = 53.36%
R=14.13%
G=32.51%
B=53.36%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal40921510.740.3900.41211.8958.1237.45
Hex285C974A27029d43a25
Octal50134227112470513247245
Binary1010001011100100101111001010100111010100111010100111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285C97; }

 p { color: rgb(40,92,151); }

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

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

 a { background-color: rgb(40,92,151); }

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

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

 span { border-color: rgb(40,92,151); }

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