Html Css Color HEX #395781 St Tropaz

📋 copy color: '#395781'

red 57 ◦ green 87 ◦ blue 129

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

Shades of St Tropaz #395781

Tints of St Tropaz #395781

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.87%

 BLUE value IS 129 (50.78% from 255) = 47.25%

R = 20.88%
G = 31.87%
B = 47.25%

CMYK

 C value IS 0.56

 M value IS 0.33

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#395781 (or 0x395781) is known color: St Tropaz. HEX triplet: 39, 57 and 81. RGB value is (57,87,129). Sum of RGB (Red+Green+Blue) = 57+87+129=273 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.88% from 273); Green value is 87 (34.38% from 255 or 31.87% from 273); Blue value is 129 (50.78% from 255 or 47.25% from 273); Max value from RGB is 129 - color contains mainly: blue. Hex color #395781 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395781 is #C6A87E. Grayscale: #525252. Windows color (decimal): -13019263 or 8476473. OLE color: 8476473.

HSL color Cylindrical-coordinate representation of color #395781: hue angle of 215º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #395781 is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 57 87 129 -
CMYK 0.56 0.33 0 0.49
HSL 215º 0.39% 0.36% -
HSV(B) 215º 0.56% 0.51% -
XYZ 9.06 9.27 22.08 -
YUV 82.82 154.06 109.58 -
System Red Green Blue C M Y K H S L
Decimal 57 87 129 0.56 0.33 0 0.49 215 0.39 0.36
Hex 39 57 81 38 21 0 31 D7 27 24
Octal 71 127 201 70 41 0 61 327 47 44
Binary 111001 1010111 10000001 111000 100001 0 110001 11010111 100111 100100

Color Harmonies of #395781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395781

Black with #395781

Text Example


Text Example

White with #395781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395781; }

 p { color: rgb(57,87,129); }

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

background-color css

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

 a { background-color: rgb(57,87,129); }

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

border-color css

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

 span { border-color: rgb(57,87,129); }

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