Html Css Color HEX #395478 St Tropaz

📋 copy color: '#395478'

red 57 ◦ green 84 ◦ blue 120

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

Shades of St Tropaz #395478

Tints of St Tropaz #395478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 45.98%

R = 21.84%
G = 32.18%
B = 45.98%

CMYK

 C value IS 0.52

 M value IS 0.3

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#395478 (or 0x395478) is known color: St Tropaz. HEX triplet: 39, 54 and 78. RGB value is (57,84,120). Sum of RGB (Red+Green+Blue) = 57+84+120=261 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.84% from 261); Green value is 84 (33.20% from 255 or 32.18% from 261); Blue value is 120 (47.27% from 255 or 45.98% from 261); Max value from RGB is 120 - color contains mainly: blue. Hex color #395478 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395478 is #C6AB87. Grayscale: #4F4F4F. Windows color (decimal): -13020040 or 7885881. OLE color: 7885881.

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

Color convert

RGB 57 84 120 -
CMYK 0.52 0.3 0 0.53
HSL 214.29º 0.36% 0.35% -
HSV(B) 214.29º 0.53% 0.47% -
XYZ 8.25 8.57 18.99 -
YUV 80.03 150.55 111.57 -
System Red Green Blue C M Y K H S L
Decimal 57 84 120 0.52 0.3 0 0.53 214.29 0.36 0.35
Hex 39 54 78 34 1E 0 35 D6 24 23
Octal 71 124 170 64 36 0 65 326 44 43
Binary 111001 1010100 1111000 110100 11110 0 110101 11010110 100100 100011

Color Harmonies of #395478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395478

Black with #395478

Text Example


Text Example

White with #395478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395478; }

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

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

background-color css

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

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

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

border-color css

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

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

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