#255096

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

Shades of Endeavour #255096

Tints of Endeavour #255096

Color information

#255096 (or 0x255096) is unknown color: approx Endeavour. HEX triplet: 25, 50 and 96. RGB value is (37,80,150). Sum of RGB (Red+Green+Blue) = 37+80+150=267 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.86% from 267); Green value is 80 (31.64% from 255 or 29.96% from 267); Blue value is 150 (58.98% from 255 or 56.18% from 267); Max value from RGB is 150 - color contains mainly: blue. Hex color #255096 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255096 is #DAAF69. Grayscale: #4A4A4A. Windows color (decimal): -14331754 or 9850917. OLE color: 9850917.

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

Color convert

RGB3780150-
CMYK0.750.4700.41
HSL217.17º60.43%36.67%-
HSV(B)217.17º75.33%58.82%-
XYZ9.148.3329.98-
YUV75.12170.25100.81-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.86%
GREEN value IS 80 (31.64% from 255) = 29.96%
BLUE value IS 150 (58.98% from 255) = 56.18%
R=13.86%
G=29.96%
B=56.18%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal37801500.750.4700.41217.1760.4336.67
Hex2550964B2F029d93c25
Octal45120226113570513317445
Binary1001011010000100101101001011101111010100111011001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255096; }

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

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

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

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

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

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

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

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