#256492

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

Shades of Endeavour #256492

Tints of Endeavour #256492

Color information

#256492 (or 0x256492) is unknown color: approx Endeavour. HEX triplet: 25, 64 and 92. RGB value is (37,100,146). Sum of RGB (Red+Green+Blue) = 37+100+146=283 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.07% from 283); Green value is 100 (39.45% from 255 or 35.34% from 283); Blue value is 146 (57.42% from 255 or 51.59% from 283); Max value from RGB is 146 - color contains mainly: blue. Hex color #256492 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256492 is #DA9B6D. Grayscale: #565656. Windows color (decimal): -14326638 or 9593893. OLE color: 9593893.

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

Color convert

RGB37100146-
CMYK0.750.3200.43
HSL205.32º59.56%35.88%-
HSV(B)205.32º74.66%57.25%-
XYZ10.5111.5828.88-
YUV86.41161.6392.76-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.07%
GREEN value IS 100 (39.45% from 255) = 35.34%
BLUE value IS 146 (57.42% from 255) = 51.59%
R=13.07%
G=35.34%
B=51.59%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal371001460.750.3200.43205.3259.5635.88
Hex2564924B2002Bcd3c24
Octal45144222113400533157444
Binary1001011100100100100101001011100000010101111001101111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256492; }

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

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

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

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

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

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

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

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