#256592

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

Shades of Endeavour #256592

Tints of Endeavour #256592

Color information

#256592 (or 0x256592) is unknown color: approx Endeavour. HEX triplet: 25, 65 and 92. RGB value is (37,101,146). Sum of RGB (Red+Green+Blue) = 37+101+146=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 101 (39.84% from 255 or 35.56% from 284); Blue value is 146 (57.42% from 255 or 51.41% from 284); Max value from RGB is 146 - color contains mainly: blue. Hex color #256592 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256592 is #DA9A6D. Grayscale: #565656. Windows color (decimal): -14326382 or 9594149. OLE color: 9594149.

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

Color convert

RGB37101146-
CMYK0.750.3100.43
HSL204.77º59.56%35.88%-
HSV(B)204.77º74.66%57.25%-
XYZ10.611.7828.91-
YUV86.99161.392.34-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.03%
GREEN value IS 101 (39.84% from 255) = 35.56%
BLUE value IS 146 (57.42% from 255) = 51.41%
R=13.03%
G=35.56%
B=51.41%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal371011460.750.3100.43204.7759.5635.88
Hex2565924B1F02Bcd3c24
Octal45145222113370533157444
Binary100101110010110010010100101111111010101111001101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256592; }

 p { color: rgb(37,101,146); }

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

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

 a { background-color: rgb(37,101,146); }

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

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

 span { border-color: rgb(37,101,146); }

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