Html Css Color HEX #395C87 St Tropaz

📋 copy color: '#395C87'

red 57 ◦ green 92 ◦ blue 135

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

Shades of St Tropaz #395C87

Tints of St Tropaz #395C87

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.39%

 BLUE value IS 135 (53.13% from 255) = 47.54%

R = 20.07%
G = 32.39%
B = 47.54%

CMYK

 C value IS 0.58

 M value IS 0.32

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#395C87 (or 0x395C87) is known color: St Tropaz. HEX triplet: 39, 5C and 87. RGB value is (57,92,135). Sum of RGB (Red+Green+Blue) = 57+92+135=284 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.07% from 284); Green value is 92 (36.33% from 255 or 32.39% from 284); Blue value is 135 (53.12% from 255 or 47.54% from 284); Max value from RGB is 135 - color contains mainly: blue. Hex color #395C87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395C87 is #C6A378. Grayscale: #565656. Windows color (decimal): -13017977 or 8870969. OLE color: 8870969.

HSL color Cylindrical-coordinate representation of color #395C87: hue angle of 213.08º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #395C87 is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 57 92 135 -
CMYK 0.58 0.32 0 0.47
HSL 213.08º 0.41% 0.38% -
HSV(B) 213.08º 0.58% 0.53% -
XYZ 9.89 10.27 24.38 -
YUV 86.44 155.4 107 -
System Red Green Blue C M Y K H S L
Decimal 57 92 135 0.58 0.32 0 0.47 213.08 0.41 0.38
Hex 39 5C 87 3A 20 0 2F D5 29 26
Octal 71 134 207 72 40 0 57 325 51 46
Binary 111001 1011100 10000111 111010 100000 0 101111 11010101 101001 100110

Color Harmonies of #395C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395C87

Black with #395C87

Text Example


Text Example

White with #395C87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395C87; }

 p { color: rgb(57,92,135); }

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

background-color css

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

 a { background-color: rgb(57,92,135); }

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

border-color css

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

 span { border-color: rgb(57,92,135); }

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