#395479

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

Shades of St Tropaz #395479

Tints of St Tropaz #395479

Color information

#395479 (or 0x395479) is unknown color: approx St Tropaz. HEX triplet: 39, 54 and 79. RGB value is (57,84,121). Sum of RGB (Red+Green+Blue) = 57+84+121=262 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.76% from 262); Green value is 84 (33.20% from 255 or 32.06% from 262); Blue value is 121 (47.66% from 255 or 46.18% from 262); Max value from RGB is 121 - color contains mainly: blue. Hex color #395479 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395479 is #C6AB86. Grayscale: #4F4F4F. Windows color (decimal): -13020039 or 7951417. OLE color: 7951417.

HSL color Cylindrical-coordinate representation of color #395479: hue angle of 214.69º 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 #395479 is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5784121-
CMYK0.530.3100.53
HSL214.69º35.96%34.9%-
HSV(B)214.69º52.89%47.45%-
XYZ8.318.5919.31-
YUV80.14151.05111.49-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.76%
GREEN value IS 84 (33.20% from 255) = 32.06%
BLUE value IS 121 (47.66% from 255) = 46.18%
R=21.76%
G=32.06%
B=46.18%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57841210.530.3100.53214.6935.9634.9
Hex395479351F035d72423
Octal7112417165370653274443
Binary1110011010100111100111010111111011010111010111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395479; }

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

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

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

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

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

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

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

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