#385177

Color #385177 St Tropaz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of St Tropaz #385177

Tints of St Tropaz #385177

Color information

#385177 (or 0x385177) is unknown color: approx 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

RGB5681119-
CMYK0.530.3200.53
HSL216.19º36%34.31%-
HSV(B)216.19º52.94%46.67%-
XYZ7.98.0618.59-
YUV77.86151.22112.41-

RGB Variations

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

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 (Cyan) values IS 0.53
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56811190.530.3200.53216.193634.31
Hex3851773520035d82422
Octal7012116765400653304442
Binary11100010100011110111110101100000011010111011000100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>