#42559F

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

Shades of Mariner #42559F

Tints of Mariner #42559F

Color information

#42559F (or 0x42559F) is unknown color: approx Mariner. HEX triplet: 42, 55 and 9F. RGB value is (66,85,159). Sum of RGB (Red+Green+Blue) = 66+85+159=310 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.29% from 310); Green value is 85 (33.59% from 255 or 27.42% from 310); Blue value is 159 (62.5% from 255 or 51.29% from 310); Max value from RGB is 159 - color contains mainly: blue. Hex color #42559F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42559F is #BDAA60. Grayscale: #575757. Windows color (decimal): -12429921 or 10442050. OLE color: 10442050.

HSL color Cylindrical-coordinate representation of color #42559F: hue angle of 227.74º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42559F is Cyan = 0.58, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6685159-
CMYK0.580.4700.38
HSL227.74º41.33%44.12%-
HSV(B)227.74º58.49%62.35%-
XYZ11.7510.1634.14-
YUV87.76168.21112.48-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.29%
GREEN value IS 85 (33.59% from 255) = 27.42%
BLUE value IS 159 (62.5% from 255) = 51.29%
R=21.29%
G=27.42%
B=51.29%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal66851590.580.4700.38227.7441.3344.12
Hex42559F3A2F026e4292c
Octal10212523772570463445154
Binary1000010101010110011111111010101111010011011100100101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42559F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42559F; }

 p { color: rgb(66,85,159); }

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

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

 a { background-color: rgb(66,85,159); }

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

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

 span { border-color: rgb(66,85,159); }

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