Html Css Color HEX #395176 St Tropaz

📋 copy color: '#395176'

red 57 ◦ green 81 ◦ blue 118

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

Shades of St Tropaz #395176

Tints of St Tropaz #395176

RGB

 RED value IS 57 (22.66% from 255) = 22.27%

 GREEN value IS 81 (32.03% from 255) = 31.64%

 BLUE value IS 118 (46.48% from 255) = 46.09%

R = 22.27%
G = 31.64%
B = 46.09%

CMYK

 C value IS 0.52

 M value IS 0.31

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#395176 (or 0x395176) is known color: St Tropaz. HEX triplet: 39, 51 and 76. RGB value is (57,81,118). Sum of RGB (Red+Green+Blue) = 57+81+118=256 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.27% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 118 (46.48% from 255 or 46.09% from 256); Max value from RGB is 118 - color contains mainly: blue. Hex color #395176 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395176 is #C6AE89. Grayscale: #4D4D4D. Windows color (decimal): -13020810 or 7754041. OLE color: 7754041.

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

Color convert

RGB 57 81 118 -
CMYK 0.52 0.31 0 0.54
HSL 216.39º 0.35% 0.34% -
HSV(B) 216.39º 0.52% 0.46% -
XYZ 7.9 8.06 18.28 -
YUV 78.04 150.55 112.99 -
System Red Green Blue C M Y K H S L
Decimal 57 81 118 0.52 0.31 0 0.54 216.39 0.35 0.34
Hex 39 51 76 34 1F 0 36 D8 23 22
Octal 71 121 166 64 37 0 66 330 43 42
Binary 111001 1010001 1110110 110100 11111 0 110110 11011000 100011 100010

Color Harmonies of #395176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395176

Black with #395176

Text Example


Text Example

White with #395176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395176; }

 p { color: rgb(57,81,118); }

 H1.HeaderClassName
 {
   color: #395176;
 }
 .AnyTagClassName
 {
   color: #395176;
 }
</style>

background-color css

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

 a { background-color: rgb(57,81,118); }

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

border-color css

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

 span { border-color: rgb(57,81,118); }

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