#425FAA

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

Shades of Mariner #425FAA

Tints of Mariner #425FAA

Color information

#425FAA (or 0x425FAA) is unknown color: approx Mariner. HEX triplet: 42, 5F and AA. RGB value is (66,95,170). Sum of RGB (Red+Green+Blue) = 66+95+170=331 (43% of max value = 765). Red value is 66 (26.17% from 255 or 19.94% from 331); Green value is 95 (37.5% from 255 or 28.70% from 331); Blue value is 170 (66.80% from 255 or 51.36% from 331); Max value from RGB is 170 - color contains mainly: blue. Hex color #425FAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425FAA is #BDA055. Grayscale: #5E5E5E. Windows color (decimal): -12427350 or 11165506. OLE color: 11165506.

HSL color Cylindrical-coordinate representation of color #425FAA: hue angle of 223.27º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #425FAA is Cyan = 0.61, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6695170-
CMYK0.610.4400.33
HSL223.27º44.07%46.27%-
HSV(B)223.27º61.18%66.67%-
XYZ13.5912.2439.68-
YUV94.88170.39107.4-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.94%
GREEN value IS 95 (37.5% from 255) = 28.70%
BLUE value IS 170 (66.80% from 255) = 51.36%
R=19.94%
G=28.70%
B=51.36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal66951700.610.4400.33223.2744.0746.27
Hex425FAA3D2C021df2c2e
Octal10213725275540413375456
Binary1000010101111110101010111101101100010000111011111101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,95,170); }

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

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

 a { background-color: rgb(66,95,170); }

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

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

 span { border-color: rgb(66,95,170); }

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