#255A95

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

Shades of Endeavour #255A95

Tints of Endeavour #255A95

Color information

#255A95 (or 0x255A95) is unknown color: approx Endeavour. HEX triplet: 25, 5A and 95. RGB value is (37,90,149). Sum of RGB (Red+Green+Blue) = 37+90+149=276 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.41% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 149 (58.59% from 255 or 53.99% from 276); Max value from RGB is 149 - color contains mainly: blue. Hex color #255A95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255A95 is #DAA56A. Grayscale: #505050. Windows color (decimal): -14329195 or 9787941. OLE color: 9787941.

HSL color Cylindrical-coordinate representation of color #255A95: hue angle of 211.61º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #255A95 is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3790149-
CMYK0.750.4000.42
HSL211.61º60.22%36.47%-
HSV(B)211.61º75.17%58.43%-
XYZ9.849.8829.82-
YUV80.88166.4496.7-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.41%
GREEN value IS 90 (35.55% from 255) = 32.61%
BLUE value IS 149 (58.59% from 255) = 53.99%
R=13.41%
G=32.61%
B=53.99%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal37901490.750.4000.42211.6160.2236.47
Hex255A954B2802Ad43c24
Octal45132225113500523247444
Binary1001011011010100101011001011101000010101011010100111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,90,149); }

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

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

 a { background-color: rgb(37,90,149); }

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

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

 span { border-color: rgb(37,90,149); }

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