#395277

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

Shades of St Tropaz #395277

Tints of St Tropaz #395277

Color information

#395277 (or 0x395277) is unknown color: approx St Tropaz. HEX triplet: 39, 52 and 77. RGB value is (57,82,119). Sum of RGB (Red+Green+Blue) = 57+82+119=258 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.09% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 119 (46.88% from 255 or 46.12% from 258); Max value from RGB is 119 - color contains mainly: blue. Hex color #395277 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395277 is #C6AD88. Grayscale: #4E4E4E. Windows color (decimal): -13020553 or 7819833. OLE color: 7819833.

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

Color convert

RGB5782119-
CMYK0.520.3100.53
HSL215.81º35.23%34.51%-
HSV(B)215.81º52.1%46.67%-
XYZ8.038.2418.62-
YUV78.74150.72112.49-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.09%
GREEN value IS 82 (32.42% from 255) = 31.78%
BLUE value IS 119 (46.88% from 255) = 46.12%
R=22.09%
G=31.78%
B=46.12%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal57821190.520.3100.53215.8135.2334.51
Hex395277341F035d82323
Octal7112216764370653304343
Binary1110011010010111011111010011111011010111011000100011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395277; }

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

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

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

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

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

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

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

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