#255F99

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

Shades of Endeavour #255F99

Tints of Endeavour #255F99

Color information

#255F99 (or 0x255F99) is unknown color: approx Endeavour. HEX triplet: 25, 5F and 99. RGB value is (37,95,153). Sum of RGB (Red+Green+Blue) = 37+95+153=285 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.98% from 285); Green value is 95 (37.5% from 255 or 33.33% from 285); Blue value is 153 (60.16% from 255 or 53.68% from 285); Max value from RGB is 153 - color contains mainly: blue. Hex color #255F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255F99 is #DAA066. Grayscale: #535353. Windows color (decimal): -14327911 or 10051365. OLE color: 10051365.

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

Color convert

RGB3795153-
CMYK0.760.3800.4
HSL210º61.05%37.25%-
HSV(B)210º75.82%60%-
XYZ10.610.8831.68-
YUV84.27166.7894.28-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.98%
GREEN value IS 95 (37.5% from 255) = 33.33%
BLUE value IS 153 (60.16% from 255) = 53.68%
R=12.98%
G=33.33%
B=53.68%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal37951530.760.3800.421061.0537.25
Hex255F994C26028d23d25
Octal45137231114460503227545
Binary1001011011111100110011001100100110010100011010010111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255F99; }

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

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

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

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

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

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

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

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