#425BA7

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

Shades of Mariner #425BA7

Tints of Mariner #425BA7

Color information

#425BA7 (or 0x425BA7) is unknown color: approx Mariner. HEX triplet: 42, 5B and A7. RGB value is (66,91,167). Sum of RGB (Red+Green+Blue) = 66+91+167=324 (42% of max value = 765). Red value is 66 (26.17% from 255 or 20.37% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 167 (65.62% from 255 or 51.54% from 324); Max value from RGB is 167 - color contains mainly: blue. Hex color #425BA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425BA7 is #BDA458. Grayscale: #5B5B5B. Windows color (decimal): -12428377 or 10967874. OLE color: 10967874.

HSL color Cylindrical-coordinate representation of color #425BA7: hue angle of 225.15º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #425BA7 is Cyan = 0.60, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6691167-
CMYK0.600.4600.35
HSL225.15º43.35%45.69%-
HSV(B)225.15º60.48%65.49%-
XYZ12.9611.4338.08-
YUV92.19170.22109.32-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20.37%
GREEN value IS 91 (35.94% from 255) = 28.09%
BLUE value IS 167 (65.62% from 255) = 51.54%
R=20.37%
G=28.09%
B=51.54%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal66911670.600.4600.35225.1543.3545.69
Hex425BA73C2E023e12b2e
Octal10213324774560433415356
Binary1000010101101110100111111100101110010001111100001101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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