Html Css Color HEX #395881 St Tropaz

📋 copy color: '#395881'

red 57 ◦ green 88 ◦ blue 129

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

Shades of St Tropaz #395881

Tints of St Tropaz #395881

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32.12%

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

R = 20.8%
G = 32.12%
B = 47.08%

CMYK

 C value IS 0.56

 M value IS 0.32

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#395881 (or 0x395881) is known color: St Tropaz. HEX triplet: 39, 58 and 81. RGB value is (57,88,129). Sum of RGB (Red+Green+Blue) = 57+88+129=274 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.80% from 274); Green value is 88 (34.77% from 255 or 32.12% from 274); Blue value is 129 (50.78% from 255 or 47.08% from 274); Max value from RGB is 129 - color contains mainly: blue. Hex color #395881 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395881 is #C6A77E. Grayscale: #535353. Windows color (decimal): -13019007 or 8476729. OLE color: 8476729.

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

Color convert

RGB 57 88 129 -
CMYK 0.56 0.32 0 0.49
HSL 214.17º 0.39% 0.36% -
HSV(B) 214.17º 0.56% 0.51% -
XYZ 9.14 9.43 22.11 -
YUV 83.41 153.73 109.17 -
System Red Green Blue C M Y K H S L
Decimal 57 88 129 0.56 0.32 0 0.49 214.17 0.39 0.36
Hex 39 58 81 38 20 0 31 D6 27 24
Octal 71 130 201 70 40 0 61 326 47 44
Binary 111001 1011000 10000001 111000 100000 0 110001 11010110 100111 100100

Color Harmonies of #395881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395881

Black with #395881

Text Example


Text Example

White with #395881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395881; }

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

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

background-color css

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

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

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

border-color css

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

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

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