#285382

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

Shades of Endeavour #285382

Tints of Endeavour #285382

Color information

#285382 (or 0x285382) is unknown color: approx Endeavour. HEX triplet: 28, 53 and 82. RGB value is (40,83,130). Sum of RGB (Red+Green+Blue) = 40+83+130=253 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.81% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 130 (51.17% from 255 or 51.38% from 253); Max value from RGB is 130 - color contains mainly: blue. Hex color #285382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285382 is #D7AC7D. Grayscale: #4B4B4B. Windows color (decimal): -14134398 or 8540968. OLE color: 8540968.

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

Color convert

RGB4083130-
CMYK0.690.3600.49
HSL211.33º52.94%33.33%-
HSV(B)211.33º69.23%50.98%-
XYZ88.2522.29-
YUV75.5158.75102.68-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 15.81%
GREEN value IS 83 (32.81% from 255) = 32.81%
BLUE value IS 130 (51.17% from 255) = 51.38%
R=15.81%
G=32.81%
B=51.38%

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
Decimal40831300.690.3600.49211.3352.9433.33
Hex2853824524031d33521
Octal50123202105440613236541
Binary1010001010011100000101000101100100011000111010011110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285382; }

 p { color: rgb(40,83,130); }

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

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

 a { background-color: rgb(40,83,130); }

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

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

 span { border-color: rgb(40,83,130); }

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