Html Css Color HEX #395378 St Tropaz

📋 copy color: '#395378'

red 57 ◦ green 83 ◦ blue 120

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

Shades of St Tropaz #395378

Tints of St Tropaz #395378

RGB

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

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

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

R = 21.92%
G = 31.92%
B = 46.15%

CMYK

 C value IS 0.52

 M value IS 0.31

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#395378 (or 0x395378) is known color: St Tropaz. HEX triplet: 39, 53 and 78. RGB value is (57,83,120). Sum of RGB (Red+Green+Blue) = 57+83+120=260 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.92% from 260); Green value is 83 (32.81% from 255 or 31.92% from 260); Blue value is 120 (47.27% from 255 or 46.15% from 260); Max value from RGB is 120 - color contains mainly: blue. Hex color #395378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #395378 is #C6AC87. Grayscale: #4F4F4F. Windows color (decimal): -13020296 or 7885625. OLE color: 7885625.

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

Color convert

RGB 57 83 120 -
CMYK 0.52 0.31 0 0.53
HSL 215.24º 0.36% 0.35% -
HSV(B) 215.24º 0.53% 0.47% -
XYZ 8.17 8.41 18.96 -
YUV 79.44 150.89 111.99 -
System Red Green Blue C M Y K H S L
Decimal 57 83 120 0.52 0.31 0 0.53 215.24 0.36 0.35
Hex 39 53 78 34 1F 0 35 D7 24 23
Octal 71 123 170 64 37 0 65 327 44 43
Binary 111001 1010011 1111000 110100 11111 0 110101 11010111 100100 100011

Color Harmonies of #395378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395378

Black with #395378

Text Example


Text Example

White with #395378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395378; }

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

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

background-color css

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

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

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

border-color css

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

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

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