#395279

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

Shades of St Tropaz #395279

Tints of St Tropaz #395279

Color information

#395279 (or 0x395279) is unknown color: approx St Tropaz. HEX triplet: 39, 52 and 79. RGB value is (57,82,121). Sum of RGB (Red+Green+Blue) = 57+82+121=260 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.92% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 121 (47.66% from 255 or 46.54% from 260); Max value from RGB is 121 - color contains mainly: blue. Hex color #395279 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395279 is #C6AD86. Grayscale: #4E4E4E. Windows color (decimal): -13020551 or 7950905. OLE color: 7950905.

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

Color convert

RGB5782121-
CMYK0.530.3200.53
HSL216.56º35.96%34.9%-
HSV(B)216.56º52.89%47.45%-
XYZ8.168.2819.26-
YUV78.97151.72112.33-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.92%
GREEN value IS 82 (32.42% from 255) = 31.54%
BLUE value IS 121 (47.66% from 255) = 46.54%
R=21.92%
G=31.54%
B=46.54%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57821210.530.3200.53216.5635.9634.9
Hex3952793520035d92423
Octal7112217165400653314443
Binary11100110100101111001110101100000011010111011001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395279; }

 p { color: rgb(57,82,121); }

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

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

 a { background-color: rgb(57,82,121); }

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

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

 span { border-color: rgb(57,82,121); }

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