#256093

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

Shades of Endeavour #256093

Tints of Endeavour #256093

Color information

#256093 (or 0x256093) is unknown color: approx Endeavour. HEX triplet: 25, 60 and 93. RGB value is (37,96,147). Sum of RGB (Red+Green+Blue) = 37+96+147=280 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.21% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 147 (57.81% from 255 or 52.5% from 280); Max value from RGB is 147 - color contains mainly: blue. Hex color #256093 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256093 is #DA9F6C. Grayscale: #535353. Windows color (decimal): -14327661 or 9658405. OLE color: 9658405.

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

Color convert

RGB3796147-
CMYK0.750.3500.42
HSL207.82º59.78%36.08%-
HSV(B)207.82º74.83%57.65%-
XYZ10.2110.8729.16-
YUV84.17163.4594.35-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.21%
GREEN value IS 96 (37.89% from 255) = 34.29%
BLUE value IS 147 (57.81% from 255) = 52.5%
R=13.21%
G=34.29%
B=52.5%

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
Decimal37961470.750.3500.42207.8259.7836.08
Hex2560934B2302Ad03c24
Octal45140223113430523207444
Binary1001011100000100100111001011100011010101011010000111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256093; }

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

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

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

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

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

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

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

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