#425E9A

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

Shades of Mariner #425E9A

Tints of Mariner #425E9A

Color information

#425E9A (or 0x425E9A) is unknown color: approx Mariner. HEX triplet: 42, 5E and 9A. RGB value is (66,94,154). Sum of RGB (Red+Green+Blue) = 66+94+154=314 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.02% from 314); Green value is 94 (37.11% from 255 or 29.94% from 314); Blue value is 154 (60.55% from 255 or 49.04% from 314); Max value from RGB is 154 - color contains mainly: blue. Hex color #425E9A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425E9A is #BDA165. Grayscale: #5C5C5C. Windows color (decimal): -12427622 or 10116674. OLE color: 10116674.

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

Color convert

RGB6694154-
CMYK0.570.3900.40
HSL220.91º40%43.14%-
HSV(B)220.91º57.14%60.39%-
XYZ12.0811.532.15-
YUV92.47162.72109.12-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.02%
GREEN value IS 94 (37.11% from 255) = 29.94%
BLUE value IS 154 (60.55% from 255) = 49.04%
R=21.02%
G=29.94%
B=49.04%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal66941540.570.3900.40220.914043.14
Hex425E9A3927028dd282b
Octal10213623271470503355053
Binary1000010101111010011010111001100111010100011011101101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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