#256094

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

Shades of Endeavour #256094

Tints of Endeavour #256094

Color information

#256094 (or 0x256094) is unknown color: approx Endeavour. HEX triplet: 25, 60 and 94. RGB value is (37,96,148). Sum of RGB (Red+Green+Blue) = 37+96+148=281 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.17% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 148 (58.20% from 255 or 52.67% from 281); Max value from RGB is 148 - color contains mainly: blue. Hex color #256094 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256094 is #DA9F6B. Grayscale: #545454. Windows color (decimal): -14327660 or 9723941. OLE color: 9723941.

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

Color convert

RGB3796148-
CMYK0.750.3500.42
HSL208.11º60%36.27%-
HSV(B)208.11º75%58.04%-
XYZ10.2910.929.58-
YUV84.29163.9594.27-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.17%
GREEN value IS 96 (37.89% from 255) = 34.16%
BLUE value IS 148 (58.20% from 255) = 52.67%
R=13.17%
G=34.16%
B=52.67%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal37961480.750.3500.42208.116036.27
Hex2560944B2302Ad03c24
Octal45140224113430523207444
Binary1001011100000100101001001011100011010101011010000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256094; }

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

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

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

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

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

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

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

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