#425C91

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

Shades of Mariner #425C91

Tints of Mariner #425C91

Color information

#425C91 (or 0x425C91) is unknown color: approx Mariner. HEX triplet: 42, 5C and 91. RGB value is (66,92,145). Sum of RGB (Red+Green+Blue) = 66+92+145=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 92 (36.33% from 255 or 30.36% from 303); Blue value is 145 (57.03% from 255 or 47.85% from 303); Max value from RGB is 145 - color contains mainly: blue. Hex color #425C91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425C91 is #BDA36E. Grayscale: #5A5A5A. Windows color (decimal): -12428143 or 9526338. OLE color: 9526338.

HSL color Cylindrical-coordinate representation of color #425C91: hue angle of 220.25º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #425C91 is Cyan = 0.54, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6692145-
CMYK0.540.3700.43
HSL220.25º37.44%41.37%-
HSV(B)220.25º54.48%56.86%-
XYZ11.1810.8628.29-
YUV90.27158.89110.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.78%
GREEN value IS 92 (36.33% from 255) = 30.36%
BLUE value IS 145 (57.03% from 255) = 47.85%
R=21.78%
G=30.36%
B=47.85%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66921450.540.3700.43220.2537.4441.37
Hex425C91362502Bdc2529
Octal10213422166450533344551
Binary1000010101110010010001110110100101010101111011100100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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