#256090

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

Shades of Endeavour #256090

Tints of Endeavour #256090

Color information

#256090 (or 0x256090) is unknown color: approx Endeavour. HEX triplet: 25, 60 and 90. RGB value is (37,96,144). Sum of RGB (Red+Green+Blue) = 37+96+144=277 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.36% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 144 (56.64% from 255 or 51.99% from 277); Max value from RGB is 144 - color contains mainly: blue. Hex color #256090 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256090 is #DA9F6F. Grayscale: #535353. Windows color (decimal): -14327664 or 9461797. OLE color: 9461797.

HSL color Cylindrical-coordinate representation of color #256090: hue angle of 206.92º degrees, saturation: 0.59, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #256090 is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3796144-
CMYK0.740.3300.44
HSL206.92º59.12%35.49%-
HSV(B)206.92º74.31%56.47%-
XYZ9.9810.7727.94-
YUV83.83161.9594.6-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.36%
GREEN value IS 96 (37.89% from 255) = 34.66%
BLUE value IS 144 (56.64% from 255) = 51.99%
R=13.36%
G=34.66%
B=51.99%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal37961440.740.3300.44206.9259.1235.49
Hex2560904A2102Ccf3b23
Octal45140220112410543177343
Binary1001011100000100100001001010100001010110011001111111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256090; }

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

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

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

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

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

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

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

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