Html Css Color HEX #385376 St Tropaz

📋 copy color: '#385376'

red 56 ◦ green 83 ◦ blue 118

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

Shades of St Tropaz #385376

Tints of St Tropaz #385376

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.3%

 BLUE value IS 118 (46.48% from 255) = 45.91%

R = 21.79%
G = 32.3%
B = 45.91%

CMYK

 C value IS 0.53

 M value IS 0.30

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#385376 (or 0x385376) is known color: St Tropaz. HEX triplet: 38, 53 and 76. RGB value is (56,83,118). Sum of RGB (Red+Green+Blue) = 56+83+118=257 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.79% from 257); Green value is 83 (32.81% from 255 or 32.30% from 257); Blue value is 118 (46.48% from 255 or 45.91% from 257); Max value from RGB is 118 - color contains mainly: blue. Hex color #385376 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385376 is #C7AC89. Grayscale: #4E4E4E. Windows color (decimal): -13085834 or 7754552. OLE color: 7754552.

HSL color Cylindrical-coordinate representation of color #385376: hue angle of 213.87º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #385376 is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 83 118 -
CMYK 0.53 0.30 0 0.54
HSL 213.87º 0.36% 0.34% -
HSV(B) 213.87º 0.53% 0.46% -
XYZ 7.99 8.34 18.33 -
YUV 78.92 150.05 111.65 -
System Red Green Blue C M Y K H S L
Decimal 56 83 118 0.53 0.30 0 0.54 213.87 0.36 0.34
Hex 38 53 76 35 1E 0 36 D6 24 22
Octal 70 123 166 65 36 0 66 326 44 42
Binary 111000 1010011 1110110 110101 11110 0 110110 11010110 100100 100010

Color Harmonies of #385376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385376

Black with #385376

Text Example


Text Example

White with #385376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385376; }

 p { color: rgb(56,83,118); }

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

background-color css

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

 a { background-color: rgb(56,83,118); }

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

border-color css

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

 span { border-color: rgb(56,83,118); }

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