#42589D

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

Shades of Mariner #42589D

Tints of Mariner #42589D

Color information

#42589D (or 0x42589D) is unknown color: approx Mariner. HEX triplet: 42, 58 and 9D. RGB value is (66,88,157). Sum of RGB (Red+Green+Blue) = 66+88+157=311 (41% of max value = 765). Red value is 66 (26.17% from 255 or 21.22% from 311); Green value is 88 (34.77% from 255 or 28.30% from 311); Blue value is 157 (61.72% from 255 or 50.48% from 311); Max value from RGB is 157 - color contains mainly: blue. Hex color #42589D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #42589D is #BDA762. Grayscale: #585858. Windows color (decimal): -12429155 or 10311746. OLE color: 10311746.

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

Color convert

RGB6688157-
CMYK0.580.4400.38
HSL225.49º40.81%43.73%-
HSV(B)225.49º57.96%61.57%-
XYZ11.8210.5733.32-
YUV89.29166.21111.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 21.22%
GREEN value IS 88 (34.77% from 255) = 28.30%
BLUE value IS 157 (61.72% from 255) = 50.48%
R=21.22%
G=28.30%
B=50.48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal66881570.580.4400.38225.4940.8143.73
Hex42589D3A2C026e1292c
Octal10213023572540463415154
Binary1000010101100010011101111010101100010011011100001101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42589D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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