#425DAE

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

Shades of Mariner #425DAE

Tints of Mariner #425DAE

Color information

#425DAE (or 0x425DAE) is unknown color: approx Mariner. HEX triplet: 42, 5D and AE. RGB value is (66,93,174). Sum of RGB (Red+Green+Blue) = 66+93+174=333 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.82% from 333); Green value is 93 (36.72% from 255 or 27.93% from 333); Blue value is 174 (68.36% from 255 or 52.25% from 333); Max value from RGB is 174 - color contains mainly: blue. Hex color #425DAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425DAE is #BDA251. Grayscale: #5D5D5D. Windows color (decimal): -12427858 or 11427138. OLE color: 11427138.

HSL color Cylindrical-coordinate representation of color #425DAE: hue angle of 225º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #425DAE is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6693174-
CMYK0.620.4700.32
HSL225º45%47.06%-
HSV(B)225º62.07%68.24%-
XYZ13.812.0441.64-
YUV94.16173.05107.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.82%
GREEN value IS 93 (36.72% from 255) = 27.93%
BLUE value IS 174 (68.36% from 255) = 52.25%
R=19.82%
G=27.93%
B=52.25%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal66931740.620.4700.322254547.06
Hex425DAE3E2F020e12d2f
Octal10213525676570403415557
Binary1000010101110110101110111110101111010000011100001101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,93,174); }

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

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

 a { background-color: rgb(66,93,174); }

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

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

 span { border-color: rgb(66,93,174); }

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