#425EA2

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

Shades of Mariner #425EA2

Tints of Mariner #425EA2

Color information

#425EA2 (or 0x425EA2) is unknown color: approx Mariner. HEX triplet: 42, 5E and A2. RGB value is (66,94,162). Sum of RGB (Red+Green+Blue) = 66+94+162=322 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.50% from 322); Green value is 94 (37.11% from 255 or 29.19% from 322); Blue value is 162 (63.67% from 255 or 50.31% from 322); Max value from RGB is 162 - color contains mainly: blue. Hex color #425EA2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425EA2 is #BDA15D. Grayscale: #5D5D5D. Windows color (decimal): -12427614 or 10640962. OLE color: 10640962.

HSL color Cylindrical-coordinate representation of color #425EA2: hue angle of 222.5º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #425EA2 is Cyan = 0.59, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6694162-
CMYK0.590.4200.36
HSL222.5º42.11%44.71%-
HSV(B)222.5º59.26%63.53%-
XYZ12.7711.7735.78-
YUV93.38166.72108.47-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.50%
GREEN value IS 94 (37.11% from 255) = 29.19%
BLUE value IS 162 (63.67% from 255) = 50.31%
R=20.50%
G=29.19%
B=50.31%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal66941620.590.4200.36222.542.1144.71
Hex425EA23B2A024de2a2d
Octal10213624273520443365255
Binary1000010101111010100010111011101010010010011011110101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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