Html Css Color HEX #385685 St Tropaz

📋 copy color: '#385685'

red 56 ◦ green 86 ◦ blue 133

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

Shades of St Tropaz #385685

Tints of St Tropaz #385685

RGB

 RED value IS 56 (22.27% from 255) = 20.36%

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

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

R = 20.36%
G = 31.27%
B = 48.36%

CMYK

 C value IS 0.58

 M value IS 0.35

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#385685 (or 0x385685) is known color: St Tropaz. HEX triplet: 38, 56 and 85. RGB value is (56,86,133). Sum of RGB (Red+Green+Blue) = 56+86+133=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 86 (33.98% from 255 or 31.27% from 275); Blue value is 133 (52.34% from 255 or 48.36% from 275); Max value from RGB is 133 - color contains mainly: blue. Hex color #385685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385685 is #C7A97A. Grayscale: #525252. Windows color (decimal): -13085051 or 8738360. OLE color: 8738360.

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

Color convert

RGB 56 86 133 -
CMYK 0.58 0.35 0 0.48
HSL 216.62º 0.41% 0.37% -
HSV(B) 216.62º 0.58% 0.52% -
XYZ 9.19 9.19 23.48 -
YUV 82.39 156.56 109.18 -
System Red Green Blue C M Y K H S L
Decimal 56 86 133 0.58 0.35 0 0.48 216.62 0.41 0.37
Hex 38 56 85 3A 23 0 30 D9 29 25
Octal 70 126 205 72 43 0 60 331 51 45
Binary 111000 1010110 10000101 111010 100011 0 110000 11011001 101001 100101

Color Harmonies of #385685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385685

Black with #385685

Text Example


Text Example

White with #385685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385685; }

 p { color: rgb(56,86,133); }

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

background-color css

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

 a { background-color: rgb(56,86,133); }

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

border-color css

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

 span { border-color: rgb(56,86,133); }

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