Html Css Color HEX #395884 St Tropaz

📋 copy color: '#395884'

red 57 ◦ green 88 ◦ blue 132

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

Shades of St Tropaz #395884

Tints of St Tropaz #395884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 47.65%

R = 20.58%
G = 31.77%
B = 47.65%

CMYK

 C value IS 0.57

 M value IS 0.33

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#395884 (or 0x395884) is known color: St Tropaz. HEX triplet: 39, 58 and 84. RGB value is (57,88,132). Sum of RGB (Red+Green+Blue) = 57+88+132=277 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.58% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 132 (51.95% from 255 or 47.65% from 277); Max value from RGB is 132 - color contains mainly: blue. Hex color #395884 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395884 is #C6A77B. Grayscale: #535353. Windows color (decimal): -13019004 or 8673337. OLE color: 8673337.

HSL color Cylindrical-coordinate representation of color #395884: hue angle of 215.2º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #395884 is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 57 88 132 -
CMYK 0.57 0.33 0 0.48
HSL 215.2º 0.4% 0.37% -
HSV(B) 215.2º 0.57% 0.52% -
XYZ 9.34 9.52 23.17 -
YUV 83.75 155.23 108.92 -
System Red Green Blue C M Y K H S L
Decimal 57 88 132 0.57 0.33 0 0.48 215.2 0.4 0.37
Hex 39 58 84 39 21 0 30 D7 28 25
Octal 71 130 204 71 41 0 60 327 50 45
Binary 111001 1011000 10000100 111001 100001 0 110000 11010111 101000 100101

Color Harmonies of #395884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395884

Black with #395884

Text Example


Text Example

White with #395884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395884; }

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

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

background-color css

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

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

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

border-color css

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

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

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