#39588A

Color #39588A St Tropaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of St Tropaz #39588A

Tints of St Tropaz #39588A

Color information

#39588A (or 0x39588A) is unknown color: approx St Tropaz. HEX triplet: 39, 58 and 8A. RGB value is (57,88,138). Sum of RGB (Red+Green+Blue) = 57+88+138=283 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.14% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 138 (54.30% from 255 or 48.76% from 283); Max value from RGB is 138 - color contains mainly: blue. Hex color #39588A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #39588A is #C6A775. Grayscale: #545454. Windows color (decimal): -13018998 or 9066553. OLE color: 9066553.

HSL color Cylindrical-coordinate representation of color #39588A: hue angle of 217.04º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #39588A is Cyan = 0.59, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5788138-
CMYK0.590.3600.46
HSL217.04º41.54%38.24%-
HSV(B)217.04º58.7%54.12%-
XYZ9.769.6825.4-
YUV84.43158.23108.43-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.14%
GREEN value IS 88 (34.77% from 255) = 31.10%
BLUE value IS 138 (54.30% from 255) = 48.76%
R=20.14%
G=31.10%
B=48.76%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal57881380.590.3600.46217.0441.5438.24
Hex39588A3B2402Ed92a26
Octal7113021273440563315246
Binary111001101100010001010111011100100010111011011001101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39588A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39588A; }

 p { color: rgb(57,88,138); }

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

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

 a { background-color: rgb(57,88,138); }

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

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

 span { border-color: rgb(57,88,138); }

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