Html Css Color HEX #395273 St Tropaz

📋 copy color: '#395273'

red 57 ◦ green 82 ◦ blue 115

#395273
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of St Tropaz #395273

Tints of St Tropaz #395273

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 value IS 0.50

 M value IS 0.29

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#395273 (or 0x395273) is known color: 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

RGB 57 82 115 -
CMYK 0.50 0.29 0 0.55
HSL 214.14º 0.34% 0.34% -
HSV(B) 214.14º 0.5% 0.45% -
XYZ 7.8 8.14 17.38 -
YUV 78.29 148.72 112.82 -
System Red Green Blue C M Y K H S L
Decimal 57 82 115 0.50 0.29 0 0.55 214.14 0.34 0.34
Hex 39 52 73 32 1D 0 37 D6 22 22
Octal 71 122 163 62 35 0 67 326 42 42
Binary 111001 1010010 1110011 110010 11101 0 110111 11010110 100010 100010

Color Harmonies of #395273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395273

Black with #395273

Text Example


Text Example

White with #395273

Text Example


Text Example

HTML Codes & Css Web 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>