#425CAE

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

Shades of Mariner #425CAE

Tints of Mariner #425CAE

Color information

#425CAE (or 0x425CAE) is unknown color: approx Mariner. HEX triplet: 42, 5C and AE. RGB value is (66,92,174). Sum of RGB (Red+Green+Blue) = 66+92+174=332 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.88% from 332); Green value is 92 (36.33% from 255 or 27.71% from 332); Blue value is 174 (68.36% from 255 or 52.41% from 332); Max value from RGB is 174 - color contains mainly: blue. Hex color #425CAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425CAE is #BDA351. Grayscale: #5D5D5D. Windows color (decimal): -12428114 or 11426882. OLE color: 11426882.

HSL color Cylindrical-coordinate representation of color #425CAE: hue angle of 225.56º 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 #425CAE is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6692174-
CMYK0.620.4700.32
HSL225.56º45%47.06%-
HSV(B)225.56º62.07%68.24%-
XYZ13.7111.8741.61-
YUV93.57173.39108.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.88%
GREEN value IS 92 (36.33% from 255) = 27.71%
BLUE value IS 174 (68.36% from 255) = 52.41%
R=19.88%
G=27.71%
B=52.41%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal66921740.620.4700.32225.564547.06
Hex425CAE3E2F020e22d2f
Octal10213425676570403425557
Binary1000010101110010101110111110101111010000011100010101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,92,174); }

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

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

 a { background-color: rgb(66,92,174); }

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

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

 span { border-color: rgb(66,92,174); }

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