#425799

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

Shades of Mariner #425799

Tints of Mariner #425799

Color information

#425799 (or 0x425799) is unknown color: approx Mariner. HEX triplet: 42, 57 and 99. RGB value is (66,87,153). Sum of RGB (Red+Green+Blue) = 66+87+153=306 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.57% from 306); Green value is 87 (34.38% from 255 or 28.43% from 306); Blue value is 153 (60.16% from 255 or 50% from 306); Max value from RGB is 153 - color contains mainly: blue. Hex color #425799 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425799 is #BDA866. Grayscale: #575757. Windows color (decimal): -12429415 or 10049346. OLE color: 10049346.

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

Color convert

RGB6687153-
CMYK0.570.4300.4
HSL225.52º39.73%42.94%-
HSV(B)225.52º56.86%60%-
XYZ11.410.2731.52-
YUV88.24164.54112.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.57%
GREEN value IS 87 (34.38% from 255) = 28.43%
BLUE value IS 153 (60.16% from 255) = 50%
R=21.57%
G=28.43%
B=50%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal66871530.570.4300.4225.5239.7342.94
Hex425799392B028e2282b
Octal10212723171530503425053
Binary1000010101011110011001111001101011010100011100010101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425799; }

 p { color: rgb(66,87,153); }

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

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

 a { background-color: rgb(66,87,153); }

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

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

 span { border-color: rgb(66,87,153); }

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