#425E99

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

Shades of Mariner #425E99

Tints of Mariner #425E99

Color information

#425E99 (or 0x425E99) is unknown color: approx Mariner. HEX triplet: 42, 5E and 99. RGB value is (66,94,153). Sum of RGB (Red+Green+Blue) = 66+94+153=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 94 (37.11% from 255 or 30.03% from 313); Blue value is 153 (60.16% from 255 or 48.88% from 313); Max value from RGB is 153 - color contains mainly: blue. Hex color #425E99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425E99 is #BDA166. Grayscale: #5C5C5C. Windows color (decimal): -12427623 or 10051138. OLE color: 10051138.

HSL color Cylindrical-coordinate representation of color #425E99: hue angle of 220.69º 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 #425E99 is Cyan = 0.57, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB6694153-
CMYK0.570.3900.4
HSL220.69º39.73%42.94%-
HSV(B)220.69º56.86%60%-
XYZ1211.4631.72-
YUV92.35162.22109.2-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.09%
GREEN value IS 94 (37.11% from 255) = 30.03%
BLUE value IS 153 (60.16% from 255) = 48.88%
R=21.09%
G=30.03%
B=48.88%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal66941530.570.3900.4220.6939.7342.94
Hex425E993927028dd282b
Octal10213623171470503355053
Binary1000010101111010011001111001100111010100011011101101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425E99; }

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

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

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

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

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

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

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

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