#285BA1

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

Shades of Endeavour #285BA1

Tints of Endeavour #285BA1

Color information

#285BA1 (or 0x285BA1) is unknown color: approx Endeavour. HEX triplet: 28, 5B and A1. RGB value is (40,91,161). Sum of RGB (Red+Green+Blue) = 40+91+161=292 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.70% from 292); Green value is 91 (35.94% from 255 or 31.16% from 292); Blue value is 161 (63.28% from 255 or 55.14% from 292); Max value from RGB is 161 - color contains mainly: blue. Hex color #285BA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285BA1 is #D7A45E. Grayscale: #535353. Windows color (decimal): -14132319 or 10574632. OLE color: 10574632.

HSL color Cylindrical-coordinate representation of color #285BA1: hue angle of 214.71º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #285BA1 is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB4091161-
CMYK0.750.4300.37
HSL214.71º60.2%39.41%-
HSV(B)214.71º75.16%63.14%-
XYZ11.0510.5135.16-
YUV83.73171.696.81-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 13.70%
GREEN value IS 91 (35.94% from 255) = 31.16%
BLUE value IS 161 (63.28% from 255) = 55.14%
R=13.70%
G=31.16%
B=55.14%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal40911610.750.4300.37214.7160.239.41
Hex285BA14B2B025d73c27
Octal50133241113530453277447
Binary1010001011011101000011001011101011010010111010111111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285BA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(40,91,161); }

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

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

 a { background-color: rgb(40,91,161); }

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

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

 span { border-color: rgb(40,91,161); }

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