#256193

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

Shades of Endeavour #256193

Tints of Endeavour #256193

Color information

#256193 (or 0x256193) is unknown color: approx Endeavour. HEX triplet: 25, 61 and 93. RGB value is (37,97,147). Sum of RGB (Red+Green+Blue) = 37+97+147=281 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.17% from 281); Green value is 97 (38.28% from 255 or 34.52% from 281); Blue value is 147 (57.81% from 255 or 52.31% from 281); Max value from RGB is 147 - color contains mainly: blue. Hex color #256193 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256193 is #DA9E6C. Grayscale: #545454. Windows color (decimal): -14327405 or 9658661. OLE color: 9658661.

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

Color convert

RGB3797147-
CMYK0.750.3400.42
HSL207.27º59.78%36.08%-
HSV(B)207.27º74.83%57.65%-
XYZ10.311.0529.19-
YUV84.76163.1293.93-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.17%
GREEN value IS 97 (38.28% from 255) = 34.52%
BLUE value IS 147 (57.81% from 255) = 52.31%
R=13.17%
G=34.52%
B=52.31%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal37971470.750.3400.42207.2759.7836.08
Hex2561934B2202Acf3c24
Octal45141223113420523177444
Binary1001011100001100100111001011100010010101011001111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256193; }

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

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

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

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

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

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

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

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