#425A93

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

Shades of Mariner #425A93

Tints of Mariner #425A93

Color information

#425A93 (or 0x425A93) is unknown color: approx Mariner. HEX triplet: 42, 5A and 93. RGB value is (66,90,147). Sum of RGB (Red+Green+Blue) = 66+90+147=303 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.78% from 303); Green value is 90 (35.55% from 255 or 29.70% from 303); Blue value is 147 (57.81% from 255 or 48.51% from 303); Max value from RGB is 147 - color contains mainly: blue. Hex color #425A93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425A93 is #BDA56C. Grayscale: #595959. Windows color (decimal): -12428653 or 9656898. OLE color: 9656898.

HSL color Cylindrical-coordinate representation of color #425A93: hue angle of 222.22º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #425A93 is Cyan = 0.55, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6690147-
CMYK0.550.3900.42
HSL222.22º38.03%41.76%-
HSV(B)222.22º55.1%57.65%-
XYZ11.1710.5829.06-
YUV89.32160.55111.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.78%
GREEN value IS 90 (35.55% from 255) = 29.70%
BLUE value IS 147 (57.81% from 255) = 48.51%
R=21.78%
G=29.70%
B=48.51%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66901470.550.3900.42222.2238.0341.76
Hex425A93372702Ade262a
Octal10213222367470523364652
Binary1000010101101010010011110111100111010101011011110100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,90,147); }

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

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

 a { background-color: rgb(66,90,147); }

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

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

 span { border-color: rgb(66,90,147); }

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