#255896

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

Shades of Endeavour #255896

Tints of Endeavour #255896

Color information

#255896 (or 0x255896) is unknown color: approx Endeavour. HEX triplet: 25, 58 and 96. RGB value is (37,88,150). Sum of RGB (Red+Green+Blue) = 37+88+150=275 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.45% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 150 (58.98% from 255 or 54.55% from 275); Max value from RGB is 150 - color contains mainly: blue. Hex color #255896 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255896 is #DAA769. Grayscale: #4F4F4F. Windows color (decimal): -14329706 or 9852965. OLE color: 9852965.

HSL color Cylindrical-coordinate representation of color #255896: hue angle of 212.92º degrees, saturation: 0.6, 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 #255896 is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3788150-
CMYK0.750.4100.41
HSL212.92º60.43%36.67%-
HSV(B)212.92º75.33%58.82%-
XYZ9.769.5730.19-
YUV79.82167.697.46-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.45%
GREEN value IS 88 (34.77% from 255) = 32%
BLUE value IS 150 (58.98% from 255) = 54.55%
R=13.45%
G=32%
B=54.55%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal37881500.750.4100.41212.9260.4336.67
Hex2558964B29029d53c25
Octal45130226113510513257445
Binary1001011011000100101101001011101001010100111010101111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255896; }

 p { color: rgb(37,88,150); }

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

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

 a { background-color: rgb(37,88,150); }

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

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

 span { border-color: rgb(37,88,150); }

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