#425798

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

Shades of Mariner #425798

Tints of Mariner #425798

Color information

#425798 (or 0x425798) is unknown color: approx Mariner. HEX triplet: 42, 57 and 98. RGB value is (66,87,152). Sum of RGB (Red+Green+Blue) = 66+87+152=305 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.64% from 305); Green value is 87 (34.38% from 255 or 28.52% from 305); Blue value is 152 (59.77% from 255 or 49.84% from 305); Max value from RGB is 152 - color contains mainly: blue. Hex color #425798 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #425798 is #BDA867. Grayscale: #575757. Windows color (decimal): -12429416 or 9983810. OLE color: 9983810.

HSL color Cylindrical-coordinate representation of color #425798: hue angle of 225.35º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #425798 is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB6687152-
CMYK0.570.4300.40
HSL225.35º39.45%42.75%-
HSV(B)225.35º56.58%59.61%-
XYZ11.3210.2431.09-
YUV88.13164.04112.21-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.64%
GREEN value IS 87 (34.38% from 255) = 28.52%
BLUE value IS 152 (59.77% from 255) = 49.84%
R=21.64%
G=28.52%
B=49.84%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal66871520.570.4300.40225.3539.4542.75
Hex425798392B028e1272b
Octal10212723071530503414753
Binary1000010101011110011000111001101011010100011100001100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #425798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #425798; }

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

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

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

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

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

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

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

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