#255296

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

Shades of Endeavour #255296

Tints of Endeavour #255296

Color information

#255296 (or 0x255296) is unknown color: approx Endeavour. HEX triplet: 25, 52 and 96. RGB value is (37,82,150). Sum of RGB (Red+Green+Blue) = 37+82+150=269 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.75% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 150 (58.98% from 255 or 55.76% from 269); Max value from RGB is 150 - color contains mainly: blue. Hex color #255296 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #255296 is #DAAD69. Grayscale: #4B4B4B. Windows color (decimal): -14331242 or 9851429. OLE color: 9851429.

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

Color convert

RGB3782150-
CMYK0.750.4500.41
HSL216.11º60.43%36.67%-
HSV(B)216.11º75.33%58.82%-
XYZ9.298.6330.03-
YUV76.3169.5999.97-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.75%
GREEN value IS 82 (32.42% from 255) = 30.48%
BLUE value IS 150 (58.98% from 255) = 55.76%
R=13.75%
G=30.48%
B=55.76%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal37821500.750.4500.41216.1160.4336.67
Hex2552964B2D029d83c25
Octal45122226113550513307445
Binary1001011010010100101101001011101101010100111011000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255296; }

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

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

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

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

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

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

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

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