#39557A

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

Shades of St Tropaz #39557A

Tints of St Tropaz #39557A

Color information

#39557A (or 0x39557A) is unknown color: approx St Tropaz. HEX triplet: 39, 55 and 7A. RGB value is (57,85,122). Sum of RGB (Red+Green+Blue) = 57+85+122=264 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.59% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 122 (48.05% from 255 or 46.21% from 264); Max value from RGB is 122 - color contains mainly: blue. Hex color #39557A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39557A is #C6AA85. Grayscale: #505050. Windows color (decimal): -13019782 or 8017209. OLE color: 8017209.

HSL color Cylindrical-coordinate representation of color #39557A: hue angle of 214.15º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #39557A is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5785122-
CMYK0.530.3000.52
HSL214.15º36.31%35.1%-
HSV(B)214.15º53.28%47.84%-
XYZ8.458.7719.66-
YUV80.85151.22110.99-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.59%
GREEN value IS 85 (33.59% from 255) = 32.20%
BLUE value IS 122 (48.05% from 255) = 46.21%
R=21.59%
G=32.20%
B=46.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal57851220.530.3000.52214.1536.3135.1
Hex39557A351E034d62423
Octal7112517265360643264443
Binary1110011010101111101011010111110011010011010110100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39557A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(57,85,122); }

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

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

 a { background-color: rgb(57,85,122); }

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

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

 span { border-color: rgb(57,85,122); }

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