#425794

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

Shades of Mariner #425794

Tints of Mariner #425794

Color information

#425794 (or 0x425794) is unknown color: approx Mariner. HEX triplet: 42, 57 and 94. RGB value is (66,87,148). Sum of RGB (Red+Green+Blue) = 66+87+148=301 (39% of max value = 765). Red value is 66 (26.17% from 255 or 21.93% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 148 (58.20% from 255 or 49.17% from 301); Max value from RGB is 148 - color contains mainly: blue. Hex color #425794 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425794 is #BDA86B. Grayscale: #575757. Windows color (decimal): -12429420 or 9721666. OLE color: 9721666.

HSL color Cylindrical-coordinate representation of color #425794: hue angle of 224.63º 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 #425794 is Cyan = 0.55, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB6687148-
CMYK0.550.4100.42
HSL224.63º38.32%41.96%-
HSV(B)224.63º55.41%58.04%-
XYZ1110.1129.39-
YUV87.68162.04112.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.93%
GREEN value IS 87 (34.38% from 255) = 28.90%
BLUE value IS 148 (58.20% from 255) = 49.17%
R=21.93%
G=28.90%
B=49.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal66871480.550.4100.42224.6338.3241.96
Hex425794372902Ae1262a
Octal10212722467510523414652
Binary1000010101011110010100110111101001010101011100001100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425794; }

 p { color: rgb(66,87,148); }

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

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

 a { background-color: rgb(66,87,148); }

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

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

 span { border-color: rgb(66,87,148); }

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