#42559D

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

Shades of Mariner #42559D

Tints of Mariner #42559D

Color information

#42559D (or 0x42559D) is unknown color: approx Mariner. HEX triplet: 42, 55 and 9D. RGB value is (66,85,157). Sum of RGB (Red+Green+Blue) = 66+85+157=308 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.43% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 157 (61.72% from 255 or 50.97% from 308); Max value from RGB is 157 - color contains mainly: blue. Hex color #42559D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42559D is #BDAA62. Grayscale: #575757. Windows color (decimal): -12429923 or 10310978. OLE color: 10310978.

HSL color Cylindrical-coordinate representation of color #42559D: hue angle of 227.47º 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 #42559D is Cyan = 0.58, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6685157-
CMYK0.580.4600.38
HSL227.47º40.81%43.73%-
HSV(B)227.47º57.96%61.57%-
XYZ11.5810.0933.24-
YUV87.53167.21112.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.43%
GREEN value IS 85 (33.59% from 255) = 27.60%
BLUE value IS 157 (61.72% from 255) = 50.97%
R=21.43%
G=27.60%
B=50.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal66851570.580.4600.38227.4740.8143.73
Hex42559D3A2E026e3292c
Octal10212523572560463435154
Binary1000010101010110011101111010101110010011011100011101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42559D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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