#425A90

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

Shades of Mariner #425A90

Tints of Mariner #425A90

Color information

#425A90 (or 0x425A90) is unknown color: approx Mariner. HEX triplet: 42, 5A and 90. RGB value is (66,90,144). Sum of RGB (Red+Green+Blue) = 66+90+144=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 144 (56.64% from 255 or 48% from 300); Max value from RGB is 144 - color contains mainly: blue. Hex color #425A90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425A90 is #BDA56F. Grayscale: #585858. Windows color (decimal): -12428656 or 9460290. OLE color: 9460290.

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

Color convert

RGB6690144-
CMYK0.540.3700.44
HSL221.54º37.14%41.18%-
HSV(B)221.54º54.17%56.47%-
XYZ10.9410.4827.83-
YUV88.98159.05111.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 22%
GREEN value IS 90 (35.55% from 255) = 30%
BLUE value IS 144 (56.64% from 255) = 48%
R=22%
G=30%
B=48%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal66901440.540.3700.44221.5437.1441.18
Hex425A90362502Cde2529
Octal10213222066450543364551
Binary1000010101101010010000110110100101010110011011110100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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