#425A9D

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

Shades of Mariner #425A9D

Tints of Mariner #425A9D

Color information

#425A9D (or 0x425A9D) is unknown color: approx Mariner. HEX triplet: 42, 5A and 9D. RGB value is (66,90,157). Sum of RGB (Red+Green+Blue) = 66+90+157=313 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.09% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 157 (61.72% from 255 or 50.16% from 313); Max value from RGB is 157 - color contains mainly: blue. Hex color #425A9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425A9D is #BDA562. Grayscale: #5A5A5A. Windows color (decimal): -12428643 or 10312258. OLE color: 10312258.

HSL color Cylindrical-coordinate representation of color #425A9D: hue angle of 224.18º 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 #425A9D is Cyan = 0.58, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6690157-
CMYK0.580.4300.38
HSL224.18º40.81%43.73%-
HSV(B)224.18º57.96%61.57%-
XYZ11.9910.933.37-
YUV90.46165.55110.55-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.09%
GREEN value IS 90 (35.55% from 255) = 28.75%
BLUE value IS 157 (61.72% from 255) = 50.16%
R=21.09%
G=28.75%
B=50.16%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal66901570.580.4300.38224.1840.8143.73
Hex425A9D3A2B026e0292c
Octal10213223572530463405154
Binary1000010101101010011101111010101011010011011100000101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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