#256095

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

Shades of Endeavour #256095

Tints of Endeavour #256095

Color information

#256095 (or 0x256095) is unknown color: approx Endeavour. HEX triplet: 25, 60 and 95. RGB value is (37,96,149). Sum of RGB (Red+Green+Blue) = 37+96+149=282 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.12% from 282); Green value is 96 (37.89% from 255 or 34.04% from 282); Blue value is 149 (58.59% from 255 or 52.84% from 282); Max value from RGB is 149 - color contains mainly: blue. Hex color #256095 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256095 is #DA9F6A. Grayscale: #545454. Windows color (decimal): -14327659 or 9789477. OLE color: 9789477.

HSL color Cylindrical-coordinate representation of color #256095: hue angle of 208.39º degrees, saturation: 0.6, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #256095 is Cyan = 0.75, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3796149-
CMYK0.750.3600.42
HSL208.39º60.22%36.47%-
HSV(B)208.39º75.17%58.43%-
XYZ10.3710.9330-
YUV84.4164.4594.19-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.12%
GREEN value IS 96 (37.89% from 255) = 34.04%
BLUE value IS 149 (58.59% from 255) = 52.84%
R=13.12%
G=34.04%
B=52.84%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal37961490.750.3600.42208.3960.2236.47
Hex2560954B2402Ad03c24
Octal45140225113440523207444
Binary1001011100000100101011001011100100010101011010000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256095; }

 p { color: rgb(37,96,149); }

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

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

 a { background-color: rgb(37,96,149); }

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

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

 span { border-color: rgb(37,96,149); }

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