#255299

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

Shades of Endeavour #255299

Tints of Endeavour #255299

Color information

#255299 (or 0x255299) is unknown color: approx Endeavour. HEX triplet: 25, 52 and 99. RGB value is (37,82,153). Sum of RGB (Red+Green+Blue) = 37+82+153=272 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.60% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 153 (60.16% from 255 or 56.25% from 272); Max value from RGB is 153 - color contains mainly: blue. Hex color #255299 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255299 is #DAAD66. Grayscale: #4C4C4C. Windows color (decimal): -14331239 or 10048037. OLE color: 10048037.

HSL color Cylindrical-coordinate representation of color #255299: hue angle of 216.72º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #255299 is Cyan = 0.76, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3782153-
CMYK0.760.4600.4
HSL216.72º61.05%37.25%-
HSV(B)216.72º75.82%60%-
XYZ9.538.7331.32-
YUV76.64171.0999.73-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.60%
GREEN value IS 82 (32.42% from 255) = 30.15%
BLUE value IS 153 (60.16% from 255) = 56.25%
R=13.60%
G=30.15%
B=56.25%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal37821530.760.4600.4216.7261.0537.25
Hex2552994C2E028d93d25
Octal45122231114560503317545
Binary1001011010010100110011001100101110010100011011001111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255299; }

 p { color: rgb(37,82,153); }

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

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

 a { background-color: rgb(37,82,153); }

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

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

 span { border-color: rgb(37,82,153); }

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