#425D91

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

Shades of Mariner #425D91

Tints of Mariner #425D91

Color information

#425D91 (or 0x425D91) is unknown color: approx Mariner. HEX triplet: 42, 5D and 91. RGB value is (66,93,145). Sum of RGB (Red+Green+Blue) = 66+93+145=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 145 (57.03% from 255 or 47.70% from 304); Max value from RGB is 145 - color contains mainly: blue. Hex color #425D91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425D91 is #BDA26E. Grayscale: #5A5A5A. Windows color (decimal): -12427887 or 9526594. OLE color: 9526594.

HSL color Cylindrical-coordinate representation of color #425D91: hue angle of 219.49º 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 #425D91 is Cyan = 0.54, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6693145-
CMYK0.540.3600.43
HSL219.49º37.44%41.37%-
HSV(B)219.49º54.48%56.86%-
XYZ11.2711.0328.32-
YUV90.85158.55110.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.71%
GREEN value IS 93 (36.72% from 255) = 30.59%
BLUE value IS 145 (57.03% from 255) = 47.70%
R=21.71%
G=30.59%
B=47.70%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal66931450.540.3600.43219.4937.4441.37
Hex425D91362402Bdb2529
Octal10213522166440533334551
Binary1000010101110110010001110110100100010101111011011100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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