#285483

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

Shades of Endeavour #285483

Tints of Endeavour #285483

Color information

#285483 (or 0x285483) is unknown color: approx Endeavour. HEX triplet: 28, 54 and 83. RGB value is (40,84,131). Sum of RGB (Red+Green+Blue) = 40+84+131=255 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.69% from 255); Green value is 84 (33.20% from 255 or 32.94% from 255); Blue value is 131 (51.56% from 255 or 51.37% from 255); Max value from RGB is 131 - color contains mainly: blue. Hex color #285483 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285483 is #D7AB7C. Grayscale: #4B4B4B. Windows color (decimal): -14134141 or 8606760. OLE color: 8606760.

HSL color Cylindrical-coordinate representation of color #285483: hue angle of 210.99º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #285483 is Cyan = 0.69, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4084131-
CMYK0.690.3600.49
HSL210.99º53.22%33.53%-
HSV(B)210.99º69.47%51.37%-
XYZ8.148.4322.67-
YUV76.2158.92102.18-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.69%
GREEN value IS 84 (33.20% from 255) = 32.94%
BLUE value IS 131 (51.56% from 255) = 51.37%
R=15.69%
G=32.94%
B=51.37%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal40841310.690.3600.49210.9953.2233.53
Hex2854834524031d33522
Octal50124203105440613236542
Binary1010001010100100000111000101100100011000111010011110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285483; }

 p { color: rgb(40,84,131); }

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

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

 a { background-color: rgb(40,84,131); }

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

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

 span { border-color: rgb(40,84,131); }

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