Html Css Color HEX #385786 St Tropaz

📋 copy color: '#385786'

red 56 ◦ green 87 ◦ blue 134

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

Shades of St Tropaz #385786

Tints of St Tropaz #385786

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 48.38%

R = 20.22%
G = 31.41%
B = 48.38%

CMYK

 C value IS 0.58

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#385786 (or 0x385786) is known color: St Tropaz. HEX triplet: 38, 57 and 86. RGB value is (56,87,134). Sum of RGB (Red+Green+Blue) = 56+87+134=277 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.22% from 277); Green value is 87 (34.38% from 255 or 31.41% from 277); Blue value is 134 (52.73% from 255 or 48.38% from 277); Max value from RGB is 134 - color contains mainly: blue. Hex color #385786 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385786 is #C7A879. Grayscale: #525252. Windows color (decimal): -13084794 or 8804152. OLE color: 8804152.

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

Color convert

RGB 56 87 134 -
CMYK 0.58 0.35 0 0.47
HSL 216.15º 0.41% 0.37% -
HSV(B) 216.15º 0.58% 0.53% -
XYZ 9.34 9.38 23.87 -
YUV 83.09 156.73 108.68 -
System Red Green Blue C M Y K H S L
Decimal 56 87 134 0.58 0.35 0 0.47 216.15 0.41 0.37
Hex 38 57 86 3A 23 0 2F D8 29 25
Octal 70 127 206 72 43 0 57 330 51 45
Binary 111000 1010111 10000110 111010 100011 0 101111 11011000 101001 100101

Color Harmonies of #385786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385786

Black with #385786

Text Example


Text Example

White with #385786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385786; }

 p { color: rgb(56,87,134); }

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

background-color css

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

 a { background-color: rgb(56,87,134); }

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

border-color css

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

 span { border-color: rgb(56,87,134); }

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