#39547D

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

Shades of St Tropaz #39547D

Tints of St Tropaz #39547D

Color information

#39547D (or 0x39547D) is unknown color: approx St Tropaz. HEX triplet: 39, 54 and 7D. RGB value is (57,84,125). Sum of RGB (Red+Green+Blue) = 57+84+125=266 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.43% from 266); Green value is 84 (33.20% from 255 or 31.58% from 266); Blue value is 125 (49.22% from 255 or 46.99% from 266); Max value from RGB is 125 - color contains mainly: blue. Hex color #39547D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39547D is #C6AB82. Grayscale: #505050. Windows color (decimal): -13020035 or 8213561. OLE color: 8213561.

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

Color convert

RGB5784125-
CMYK0.540.3300.51
HSL216.18º37.36%35.69%-
HSV(B)216.18º54.4%49.02%-
XYZ8.568.6920.63-
YUV80.6153.05111.17-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.43%
GREEN value IS 84 (33.20% from 255) = 31.58%
BLUE value IS 125 (49.22% from 255) = 46.99%
R=21.43%
G=31.58%
B=46.99%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal57841250.540.3300.51216.1837.3635.69
Hex39547D3621033d82524
Octal7112417566410633304544
Binary11100110101001111101110110100001011001111011000100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39547D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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