#425BAC

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

Shades of Mariner #425BAC

Tints of Mariner #425BAC

Color information

#425BAC (or 0x425BAC) is unknown color: approx Mariner. HEX triplet: 42, 5B and AC. RGB value is (66,91,172). Sum of RGB (Red+Green+Blue) = 66+91+172=329 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20.06% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 172 (67.58% from 255 or 52.28% from 329); Max value from RGB is 172 - color contains mainly: blue. Hex color #425BAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425BAC is #BDA453. Grayscale: #5C5C5C. Windows color (decimal): -12428372 or 11295554. OLE color: 11295554.

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

Color convert

RGB6691172-
CMYK0.620.4700.33
HSL225.85º44.54%46.67%-
HSV(B)225.85º61.63%67.45%-
XYZ13.4311.6240.56-
YUV92.76172.72108.91-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.06%
GREEN value IS 91 (35.94% from 255) = 27.66%
BLUE value IS 172 (67.58% from 255) = 52.28%
R=20.06%
G=27.66%
B=52.28%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal66911720.620.4700.33225.8544.5446.67
Hex425BAC3E2F021e22d2f
Octal10213325476570413425557
Binary1000010101101110101100111110101111010000111100010101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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