#425EA5

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

Shades of Mariner #425EA5

Tints of Mariner #425EA5

Color information

#425EA5 (or 0x425EA5) is unknown color: approx Mariner. HEX triplet: 42, 5E and A5. RGB value is (66,94,165). Sum of RGB (Red+Green+Blue) = 66+94+165=325 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.31% from 325); Green value is 94 (37.11% from 255 or 28.92% from 325); Blue value is 165 (64.84% from 255 or 50.77% from 325); Max value from RGB is 165 - color contains mainly: blue. Hex color #425EA5 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425EA5 is #BDA15A. Grayscale: #5D5D5D. Windows color (decimal): -12427611 or 10837570. OLE color: 10837570.

HSL color Cylindrical-coordinate representation of color #425EA5: hue angle of 223.03º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #425EA5 is Cyan = 0.60, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6694165-
CMYK0.600.4300.35
HSL223.03º42.86%45.29%-
HSV(B)223.03º60%64.71%-
XYZ13.0411.8837.2-
YUV93.72168.22108.23-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.31%
GREEN value IS 94 (37.11% from 255) = 28.92%
BLUE value IS 165 (64.84% from 255) = 50.77%
R=20.31%
G=28.92%
B=50.77%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal66941650.600.4300.35223.0342.8645.29
Hex425EA53C2B023df2b2d
Octal10213624574530433375355
Binary1000010101111010100101111100101011010001111011111101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425EA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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