#285298

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

Shades of Endeavour #285298

Tints of Endeavour #285298

Color information

#285298 (or 0x285298) is unknown color: approx Endeavour. HEX triplet: 28, 52 and 98. RGB value is (40,82,152). Sum of RGB (Red+Green+Blue) = 40+82+152=274 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.60% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 152 (59.77% from 255 or 55.47% from 274); Max value from RGB is 152 - color contains mainly: blue. Hex color #285298 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #285298 is #D7AD67. Grayscale: #4D4D4D. Windows color (decimal): -14134632 or 9982504. OLE color: 9982504.

HSL color Cylindrical-coordinate representation of color #285298: hue angle of 217.5º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #285298 is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB4082152-
CMYK0.740.4600.40
HSL217.5º58.33%37.65%-
HSV(B)217.5º73.68%59.61%-
XYZ9.568.7530.89-
YUV77.42170.09101.31-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 14.60%
GREEN value IS 82 (32.42% from 255) = 29.93%
BLUE value IS 152 (59.77% from 255) = 55.47%
R=14.60%
G=29.93%
B=55.47%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal40821520.740.4600.40217.558.3337.65
Hex2852984A2E028da3a26
Octal50122230112560503327246
Binary1010001010010100110001001010101110010100011011010111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #285298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #285298; }

 p { color: rgb(40,82,152); }

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

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

 a { background-color: rgb(40,82,152); }

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

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

 span { border-color: rgb(40,82,152); }

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