#395273

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

Shades of St Tropaz #395273

Tints of St Tropaz #395273

Color information

#395273 (or 0x395273) is unknown color: approx St Tropaz. HEX triplet: 39, 52 and 73. RGB value is (57,82,115). Sum of RGB (Red+Green+Blue) = 57+82+115=254 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.44% from 254); Green value is 82 (32.42% from 255 or 32.28% from 254); Blue value is 115 (45.31% from 255 or 45.28% from 254); Max value from RGB is 115 - color contains mainly: blue. Hex color #395273 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395273 is #C6AD8C. Grayscale: #4E4E4E. Windows color (decimal): -13020557 or 7557689. OLE color: 7557689.

HSL color Cylindrical-coordinate representation of color #395273: hue angle of 214.14º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #395273 is Cyan = 0.50, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5782115-
CMYK0.500.2900.55
HSL214.14º33.72%33.73%-
HSV(B)214.14º50.43%45.1%-
XYZ7.88.1417.38-
YUV78.29148.72112.82-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.44%
GREEN value IS 82 (32.42% from 255) = 32.28%
BLUE value IS 115 (45.31% from 255) = 45.28%
R=22.44%
G=32.28%
B=45.28%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57821150.500.2900.55214.1433.7233.73
Hex395273321D037d62222
Octal7112216362350673264242
Binary1110011010010111001111001011101011011111010110100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #395273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #395273; }

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

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

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

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

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

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

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

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