#39547C

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

Shades of St Tropaz #39547C

Tints of St Tropaz #39547C

Color information

#39547C (or 0x39547C) is unknown color: approx St Tropaz. HEX triplet: 39, 54 and 7C. RGB value is (57,84,124). Sum of RGB (Red+Green+Blue) = 57+84+124=265 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.51% from 265); Green value is 84 (33.20% from 255 or 31.70% from 265); Blue value is 124 (48.83% from 255 or 46.79% from 265); Max value from RGB is 124 - color contains mainly: blue. Hex color #39547C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39547C is #C6AB83. Grayscale: #505050. Windows color (decimal): -13020036 or 8148025. OLE color: 8148025.

HSL color Cylindrical-coordinate representation of color #39547C: hue angle of 215.82º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #39547C is Cyan = 0.54, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5784124-
CMYK0.540.3200.51
HSL215.82º37.02%35.49%-
HSV(B)215.82º54.03%48.63%-
XYZ8.58.6720.29-
YUV80.49152.55111.25-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.51%
GREEN value IS 84 (33.20% from 255) = 31.70%
BLUE value IS 124 (48.83% from 255) = 46.79%
R=21.51%
G=31.70%
B=46.79%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal57841240.540.3200.51215.8237.0235.49
Hex39547C3620033d82523
Octal7112417466400633304543
Binary11100110101001111100110110100000011001111011000100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39547C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39547C; }

 p { color: rgb(57,84,124); }

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

<style>
 a { background-color: #39547C; }

 a { background-color: rgb(57,84,124); }

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

<style>
 span { border-color: #39547C; }

 span { border-color: rgb(57,84,124); }

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