#255B99

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

Shades of Endeavour #255B99

Tints of Endeavour #255B99

Color information

#255B99 (or 0x255B99) is unknown color: approx Endeavour. HEX triplet: 25, 5B and 99. RGB value is (37,91,153). Sum of RGB (Red+Green+Blue) = 37+91+153=281 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.17% from 281); Green value is 91 (35.94% from 255 or 32.38% from 281); Blue value is 153 (60.16% from 255 or 54.45% from 281); Max value from RGB is 153 - color contains mainly: blue. Hex color #255B99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255B99 is #DAA466. Grayscale: #515151. Windows color (decimal): -14328935 or 10050341. OLE color: 10050341.

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

Color convert

RGB3791153-
CMYK0.760.4100.4
HSL212.07º61.05%37.25%-
HSV(B)212.07º75.82%60%-
XYZ10.2510.1831.56-
YUV81.92168.1195.96-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.17%
GREEN value IS 91 (35.94% from 255) = 32.38%
BLUE value IS 153 (60.16% from 255) = 54.45%
R=13.17%
G=32.38%
B=54.45%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal37911530.760.4100.4212.0761.0537.25
Hex255B994C29028d43d25
Octal45133231114510503247545
Binary1001011011011100110011001100101001010100011010100111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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