#255497

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

Shades of Endeavour #255497

Tints of Endeavour #255497

Color information

#255497 (or 0x255497) is unknown color: approx Endeavour. HEX triplet: 25, 54 and 97. RGB value is (37,84,151). Sum of RGB (Red+Green+Blue) = 37+84+151=272 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.60% from 272); Green value is 84 (33.20% from 255 or 30.88% from 272); Blue value is 151 (59.38% from 255 or 55.51% from 272); Max value from RGB is 151 - color contains mainly: blue. Hex color #255497 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255497 is #DAAB68. Grayscale: #4D4D4D. Windows color (decimal): -14330729 or 9917477. OLE color: 9917477.

HSL color Cylindrical-coordinate representation of color #255497: hue angle of 215.26º degrees, saturation: 0.61, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #255497 is Cyan = 0.75, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3784151-
CMYK0.750.4400.41
HSL215.26º60.64%36.86%-
HSV(B)215.26º75.5%59.22%-
XYZ9.528.9730.51-
YUV77.58169.4399.05-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.60%
GREEN value IS 84 (33.20% from 255) = 30.88%
BLUE value IS 151 (59.38% from 255) = 55.51%
R=13.60%
G=30.88%
B=55.51%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal37841510.750.4400.41215.2660.6436.86
Hex2554974B2C029d73d25
Octal45124227113540513277545
Binary1001011010100100101111001011101100010100111010111111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255497; }

 p { color: rgb(37,84,151); }

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

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

 a { background-color: rgb(37,84,151); }

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

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

 span { border-color: rgb(37,84,151); }

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