Html Css Color HEX #395785 St Tropaz

📋 copy color: '#395785'

red 57 ◦ green 87 ◦ blue 133

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

Shades of St Tropaz #395785

Tints of St Tropaz #395785

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.41%

 BLUE value IS 133 (52.34% from 255) = 48.01%

R = 20.58%
G = 31.41%
B = 48.01%

CMYK

 C value IS 0.57

 M value IS 0.35

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#395785 (or 0x395785) is known color: St Tropaz. HEX triplet: 39, 57 and 85. RGB value is (57,87,133). Sum of RGB (Red+Green+Blue) = 57+87+133=277 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.58% from 277); Green value is 87 (34.38% from 255 or 31.41% from 277); Blue value is 133 (52.34% from 255 or 48.01% from 277); Max value from RGB is 133 - color contains mainly: blue. Hex color #395785 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #395785 is #C6A87A. Grayscale: #535353. Windows color (decimal): -13019259 or 8738617. OLE color: 8738617.

HSL color Cylindrical-coordinate representation of color #395785: hue angle of 216.32º 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 #395785 is Cyan = 0.57, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 57 87 133 -
CMYK 0.57 0.35 0 0.48
HSL 216.32º 0.4% 0.37% -
HSV(B) 216.32º 0.57% 0.52% -
XYZ 9.33 9.38 23.51 -
YUV 83.27 156.06 109.26 -
System Red Green Blue C M Y K H S L
Decimal 57 87 133 0.57 0.35 0 0.48 216.32 0.4 0.37
Hex 39 57 85 39 23 0 30 D8 28 25
Octal 71 127 205 71 43 0 60 330 50 45
Binary 111001 1010111 10000101 111001 100011 0 110000 11011000 101000 100101

Color Harmonies of #395785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #395785

Black with #395785

Text Example


Text Example

White with #395785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #395785; }

 p { color: rgb(57,87,133); }

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

background-color css

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

 a { background-color: rgb(57,87,133); }

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

border-color css

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

 span { border-color: rgb(57,87,133); }

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