Html Css Color HEX #395681 St Tropaz

📋 copy color: '#395681'

red 57 ◦ green 86 ◦ blue 129

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

Shades of St Tropaz #395681

Tints of St Tropaz #395681

RGB

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

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

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

R = 20.96%
G = 31.62%
B = 47.43%

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

#395681 (or 0x395681) is known color: St Tropaz. HEX triplet: 39, 56 and 81. RGB value is (57,86,129). Sum of RGB (Red+Green+Blue) = 57+86+129=272 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.96% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 129 (50.78% from 255 or 47.43% from 272); Max value from RGB is 129 - color contains mainly: blue. Hex color #395681 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395681 is #C6A97E. Grayscale: #525252. Windows color (decimal): -13019519 or 8476217. OLE color: 8476217.

HSL color Cylindrical-coordinate representation of color #395681: hue angle of 215.83º 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 #395681 is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 57 86 129 -
CMYK 0.56 0.33 0 0.49
HSL 215.83º 0.39% 0.36% -
HSV(B) 215.83º 0.56% 0.51% -
XYZ 8.98 9.11 22.05 -
YUV 82.23 154.39 110 -
System Red Green Blue C M Y K H S L
Decimal 57 86 129 0.56 0.33 0 0.49 215.83 0.39 0.36
Hex 39 56 81 38 21 0 31 D8 27 24
Octal 71 126 201 70 41 0 61 330 47 44
Binary 111001 1010110 10000001 111000 100001 0 110001 11011000 100111 100100

Color Harmonies of #395681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395681

Black with #395681

Text Example


Text Example

White with #395681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395681; }

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

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

background-color css

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

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

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

border-color css

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

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

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