#256394

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

Shades of Endeavour #256394

Tints of Endeavour #256394

Color information

#256394 (or 0x256394) is unknown color: approx Endeavour. HEX triplet: 25, 63 and 94. RGB value is (37,99,148). Sum of RGB (Red+Green+Blue) = 37+99+148=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 99 (39.06% from 255 or 34.86% from 284); Blue value is 148 (58.20% from 255 or 52.11% from 284); Max value from RGB is 148 - color contains mainly: blue. Hex color #256394 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #256394 is #DA9C6B. Grayscale: #555555. Windows color (decimal): -14326892 or 9724709. OLE color: 9724709.

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

Color convert

RGB3799148-
CMYK0.750.3300.42
HSL206.49º60%36.27%-
HSV(B)206.49º75%58.04%-
XYZ10.5711.4629.67-
YUV86.05162.9693.02-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.03%
GREEN value IS 99 (39.06% from 255) = 34.86%
BLUE value IS 148 (58.20% from 255) = 52.11%
R=13.03%
G=34.86%
B=52.11%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal37991480.750.3300.42206.496036.27
Hex2563944B2102Ace3c24
Octal45143224113410523167444
Binary1001011100011100101001001011100001010101011001110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #256394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #256394; }

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

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

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

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

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

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

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

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