#425E9D

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

Shades of Mariner #425E9D

Tints of Mariner #425E9D

Color information

#425E9D (or 0x425E9D) is unknown color: approx Mariner. HEX triplet: 42, 5E and 9D. RGB value is (66,94,157). Sum of RGB (Red+Green+Blue) = 66+94+157=317 (41% of max value = 765). Red value is 66 (26.17% from 255 or 20.82% from 317); Green value is 94 (37.11% from 255 or 29.65% from 317); Blue value is 157 (61.72% from 255 or 49.53% from 317); Max value from RGB is 157 - color contains mainly: blue. Hex color #425E9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425E9D is #BDA162. Grayscale: #5C5C5C. Windows color (decimal): -12427619 or 10313282. OLE color: 10313282.

HSL color Cylindrical-coordinate representation of color #425E9D: hue angle of 221.54º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #425E9D is Cyan = 0.58, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6694157-
CMYK0.580.4000.38
HSL221.54º40.81%43.73%-
HSV(B)221.54º57.96%61.57%-
XYZ12.3411.633.49-
YUV92.81164.22108.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.82%
GREEN value IS 94 (37.11% from 255) = 29.65%
BLUE value IS 157 (61.72% from 255) = 49.53%
R=20.82%
G=29.65%
B=49.53%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal66941570.580.4000.38221.5440.8143.73
Hex425E9D3A28026de292c
Octal10213623572500463365154
Binary1000010101111010011101111010101000010011011011110101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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