Html Css Color HEX #395377 St Tropaz

📋 copy color: '#395377'

red 57 ◦ green 83 ◦ blue 119

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

Shades of St Tropaz #395377

Tints of St Tropaz #395377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 45.95%

R = 22.01%
G = 32.05%
B = 45.95%

CMYK

 C value IS 0.52

 M value IS 0.30

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#395377 (or 0x395377) is known color: St Tropaz. HEX triplet: 39, 53 and 77. RGB value is (57,83,119). Sum of RGB (Red+Green+Blue) = 57+83+119=259 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.01% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 119 (46.88% from 255 or 45.95% from 259); Max value from RGB is 119 - color contains mainly: blue. Hex color #395377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395377 is #C6AC88. Grayscale: #4F4F4F. Windows color (decimal): -13020297 or 7820089. OLE color: 7820089.

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

Color convert

RGB 57 83 119 -
CMYK 0.52 0.30 0 0.53
HSL 214.84º 0.35% 0.35% -
HSV(B) 214.84º 0.52% 0.47% -
XYZ 8.11 8.39 18.64 -
YUV 79.33 150.39 112.07 -
System Red Green Blue C M Y K H S L
Decimal 57 83 119 0.52 0.30 0 0.53 214.84 0.35 0.35
Hex 39 53 77 34 1E 0 35 D7 23 23
Octal 71 123 167 64 36 0 65 327 43 43
Binary 111001 1010011 1110111 110100 11110 0 110101 11010111 100011 100011

Color Harmonies of #395377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395377

Black with #395377

Text Example


Text Example

White with #395377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395377; }

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

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

background-color css

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

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

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

border-color css

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

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

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