#425AAD

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

Shades of Mariner #425AAD

Tints of Mariner #425AAD

Color information

#425AAD (or 0x425AAD) is unknown color: approx Mariner. HEX triplet: 42, 5A and AD. RGB value is (66,90,173). Sum of RGB (Red+Green+Blue) = 66+90+173=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 90 (35.55% from 255 or 27.36% from 329); Blue value is 173 (67.97% from 255 or 52.58% from 329); Max value from RGB is 173 - color contains mainly: blue. Hex color #425AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425AAD is #BDA552. Grayscale: #5B5B5B. Windows color (decimal): -12428627 or 11360834. OLE color: 11360834.

HSL color Cylindrical-coordinate representation of color #425AAD: hue angle of 226.54º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #425AAD is Cyan = 0.62, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6690173-
CMYK0.620.4800.32
HSL226.54º44.77%46.86%-
HSV(B)226.54º61.85%67.84%-
XYZ13.4511.4941.04-
YUV92.29173.55109.25-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.06%
GREEN value IS 90 (35.55% from 255) = 27.36%
BLUE value IS 173 (67.97% from 255) = 52.58%
R=20.06%
G=27.36%
B=52.58%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal66901730.620.4800.32226.5444.7746.86
Hex425AAD3E30020e32d2f
Octal10213225576600403435557
Binary1000010101101010101101111110110000010000011100011101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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