Html Css Color HEX #395376 St Tropaz

📋 copy color: '#395376'

red 57 ◦ green 83 ◦ blue 118

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

Shades of St Tropaz #395376

Tints of St Tropaz #395376

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.17%

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

R = 22.09%
G = 32.17%
B = 45.74%

CMYK

 C value IS 0.52

 M value IS 0.30

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#395376 (or 0x395376) is known color: St Tropaz. HEX triplet: 39, 53 and 76. RGB value is (57,83,118). Sum of RGB (Red+Green+Blue) = 57+83+118=258 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.09% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 118 (46.48% from 255 or 45.74% from 258); Max value from RGB is 118 - color contains mainly: blue. Hex color #395376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395376 is #C6AC89. Grayscale: #4F4F4F. Windows color (decimal): -13020298 or 7754553. OLE color: 7754553.

HSL color Cylindrical-coordinate representation of color #395376: hue angle of 214.43º 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 #395376 is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 83 118 -
CMYK 0.52 0.30 0 0.54
HSL 214.43º 0.35% 0.34% -
HSV(B) 214.43º 0.52% 0.46% -
XYZ 8.05 8.36 18.33 -
YUV 79.22 149.89 112.15 -
System Red Green Blue C M Y K H S L
Decimal 57 83 118 0.52 0.30 0 0.54 214.43 0.35 0.34
Hex 39 53 76 34 1E 0 36 D6 23 22
Octal 71 123 166 64 36 0 66 326 43 42
Binary 111001 1010011 1110110 110100 11110 0 110110 11010110 100011 100010

Color Harmonies of #395376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395376

Black with #395376

Text Example


Text Example

White with #395376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395376; }

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

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

background-color css

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

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

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

border-color css

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

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

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