Html Css Color HEX #395477 St Tropaz

📋 copy color: '#395477'

red 57 ◦ green 84 ◦ blue 119

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

Shades of St Tropaz #395477

Tints of St Tropaz #395477

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.31%

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

R = 21.92%
G = 32.31%
B = 45.77%

CMYK

 C value IS 0.52

 M value IS 0.29

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#395477 (or 0x395477) is known color: St Tropaz. HEX triplet: 39, 54 and 77. RGB value is (57,84,119). Sum of RGB (Red+Green+Blue) = 57+84+119=260 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.92% from 260); Green value is 84 (33.20% from 255 or 32.31% from 260); Blue value is 119 (46.88% from 255 or 45.77% from 260); Max value from RGB is 119 - color contains mainly: blue. Hex color #395477 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395477 is #C6AB88. Grayscale: #4F4F4F. Windows color (decimal): -13020041 or 7820345. OLE color: 7820345.

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

Color convert

RGB 57 84 119 -
CMYK 0.52 0.29 0 0.53
HSL 213.87º 0.35% 0.35% -
HSV(B) 213.87º 0.52% 0.47% -
XYZ 8.19 8.54 18.67 -
YUV 79.92 150.05 111.65 -
System Red Green Blue C M Y K H S L
Decimal 57 84 119 0.52 0.29 0 0.53 213.87 0.35 0.35
Hex 39 54 77 34 1D 0 35 D6 23 23
Octal 71 124 167 64 35 0 65 326 43 43
Binary 111001 1010100 1110111 110100 11101 0 110101 11010110 100011 100011

Color Harmonies of #395477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395477

Black with #395477

Text Example


Text Example

White with #395477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395477; }

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

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

background-color css

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

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

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

border-color css

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

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

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