#255099

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

Shades of Endeavour #255099

Tints of Endeavour #255099

Color information

#255099 (or 0x255099) is unknown color: approx Endeavour. HEX triplet: 25, 50 and 99. RGB value is (37,80,153). Sum of RGB (Red+Green+Blue) = 37+80+153=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 153 (60.16% from 255 or 56.67% from 270); Max value from RGB is 153 - color contains mainly: blue. Hex color #255099 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255099 is #DAAF66. Grayscale: #4B4B4B. Windows color (decimal): -14331751 or 10047525. OLE color: 10047525.

HSL color Cylindrical-coordinate representation of color #255099: hue angle of 217.76º 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 #255099 is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB3780153-
CMYK0.760.4800.4
HSL217.76º61.05%37.25%-
HSV(B)217.76º75.82%60%-
XYZ9.388.4331.27-
YUV75.46171.75100.56-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.70%
GREEN value IS 80 (31.64% from 255) = 29.63%
BLUE value IS 153 (60.16% from 255) = 56.67%
R=13.70%
G=29.63%
B=56.67%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal37801530.760.4800.4217.7661.0537.25
Hex2550994C30028da3d25
Octal45120231114600503327545
Binary1001011010000100110011001100110000010100011011010111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255099; }

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

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

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

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

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

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

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

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