Html Css Color HEX #395682 St Tropaz

📋 copy color: '#395682'

red 57 ◦ green 86 ◦ blue 130

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

Shades of St Tropaz #395682

Tints of St Tropaz #395682

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.5%

 BLUE value IS 130 (51.17% from 255) = 47.62%

R = 20.88%
G = 31.5%
B = 47.62%

CMYK

 C value IS 0.56

 M value IS 0.34

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#395682 (or 0x395682) is known color: St Tropaz. HEX triplet: 39, 56 and 82. RGB value is (57,86,130). Sum of RGB (Red+Green+Blue) = 57+86+130=273 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.88% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 130 (51.17% from 255 or 47.62% from 273); Max value from RGB is 130 - color contains mainly: blue. Hex color #395682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395682 is #C6A97D. Grayscale: #525252. Windows color (decimal): -13019518 or 8541753. OLE color: 8541753.

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

Color convert

RGB 57 86 130 -
CMYK 0.56 0.34 0 0.49
HSL 216.16º 0.39% 0.37% -
HSV(B) 216.16º 0.56% 0.51% -
XYZ 9.04 9.14 22.41 -
YUV 82.35 154.89 109.92 -
System Red Green Blue C M Y K H S L
Decimal 57 86 130 0.56 0.34 0 0.49 216.16 0.39 0.37
Hex 39 56 82 38 22 0 31 D8 27 25
Octal 71 126 202 70 42 0 61 330 47 45
Binary 111001 1010110 10000010 111000 100010 0 110001 11011000 100111 100101

Color Harmonies of #395682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395682

Black with #395682

Text Example


Text Example

White with #395682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395682; }

 p { color: rgb(57,86,130); }

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

background-color css

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

 a { background-color: rgb(57,86,130); }

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

border-color css

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

 span { border-color: rgb(57,86,130); }

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