#425BAA

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

Shades of Mariner #425BAA

Tints of Mariner #425BAA

Color information

#425BAA (or 0x425BAA) is unknown color: approx Mariner. HEX triplet: 42, 5B and AA. RGB value is (66,91,170). Sum of RGB (Red+Green+Blue) = 66+91+170=327 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.18% from 327); Green value is 91 (35.94% from 255 or 27.83% from 327); Blue value is 170 (66.80% from 255 or 51.99% from 327); Max value from RGB is 170 - color contains mainly: blue. Hex color #425BAA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425BAA is #BDA455. Grayscale: #5C5C5C. Windows color (decimal): -12428374 or 11164482. OLE color: 11164482.

HSL color Cylindrical-coordinate representation of color #425BAA: hue angle of 225.58º 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 #425BAA is Cyan = 0.61, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6691170-
CMYK0.610.4600.33
HSL225.58º44.07%46.27%-
HSV(B)225.58º61.18%66.67%-
XYZ13.2411.5439.56-
YUV92.53171.72109.08-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.18%
GREEN value IS 91 (35.94% from 255) = 27.83%
BLUE value IS 170 (66.80% from 255) = 51.99%
R=20.18%
G=27.83%
B=51.99%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal66911700.610.4600.33225.5844.0746.27
Hex425BAA3D2E021e22c2e
Octal10213325275560413425456
Binary1000010101101110101010111101101110010000111100010101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425BAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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