Html Css Color HEX #385177 St Tropaz

📋 copy color: '#385177'

red 56 ◦ green 81 ◦ blue 119

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

Shades of St Tropaz #385177

Tints of St Tropaz #385177

RGB

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

 GREEN value IS 81 (32.03% from 255) = 31.64%

 BLUE value IS 119 (46.88% from 255) = 46.48%

R = 21.88%
G = 31.64%
B = 46.48%

CMYK

 C value IS 0.53

 M value IS 0.32

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#385177 (or 0x385177) is known color: St Tropaz. HEX triplet: 38, 51 and 77. RGB value is (56,81,119). Sum of RGB (Red+Green+Blue) = 56+81+119=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 81 (32.03% from 255 or 31.64% from 256); Blue value is 119 (46.88% from 255 or 46.48% from 256); Max value from RGB is 119 - color contains mainly: blue. Hex color #385177 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385177 is #C7AE88. Grayscale: #4D4D4D. Windows color (decimal): -13086345 or 7819576. OLE color: 7819576.

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

Color convert

RGB 56 81 119 -
CMYK 0.53 0.32 0 0.53
HSL 216.19º 0.36% 0.34% -
HSV(B) 216.19º 0.53% 0.47% -
XYZ 7.9 8.06 18.59 -
YUV 77.86 151.22 112.41 -
System Red Green Blue C M Y K H S L
Decimal 56 81 119 0.53 0.32 0 0.53 216.19 0.36 0.34
Hex 38 51 77 35 20 0 35 D8 24 22
Octal 70 121 167 65 40 0 65 330 44 42
Binary 111000 1010001 1110111 110101 100000 0 110101 11011000 100100 100010

Color Harmonies of #385177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385177

Black with #385177

Text Example


Text Example

White with #385177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385177; }

 p { color: rgb(56,81,119); }

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

background-color css

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

 a { background-color: rgb(56,81,119); }

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

border-color css

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

 span { border-color: rgb(56,81,119); }

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