#256396

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

Shades of Endeavour #256396

Tints of Endeavour #256396

Color information

#256396 (or 0x256396) is unknown color: approx Endeavour. HEX triplet: 25, 63 and 96. RGB value is (37,99,150). Sum of RGB (Red+Green+Blue) = 37+99+150=286 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.94% from 286); Green value is 99 (39.06% from 255 or 34.62% from 286); Blue value is 150 (58.98% from 255 or 52.45% from 286); Max value from RGB is 150 - color contains mainly: blue. Hex color #256396 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256396 is #DA9C69. Grayscale: #565656. Windows color (decimal): -14326890 or 9855781. OLE color: 9855781.

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

Color convert

RGB3799150-
CMYK0.750.3400.41
HSL207.08º60.43%36.67%-
HSV(B)207.08º75.33%58.82%-
XYZ10.7311.5230.51-
YUV86.28163.9692.85-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.94%
GREEN value IS 99 (39.06% from 255) = 34.62%
BLUE value IS 150 (58.98% from 255) = 52.45%
R=12.94%
G=34.62%
B=52.45%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal37991500.750.3400.41207.0860.4336.67
Hex2563964B22029cf3c25
Octal45143226113420513177445
Binary1001011100011100101101001011100010010100111001111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256396; }

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

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

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

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

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

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

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

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