#385377

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

Shades of St Tropaz #385377

Tints of St Tropaz #385377

Color information

#385377 (or 0x385377) is unknown color: approx St Tropaz. HEX triplet: 38, 53 and 77. RGB value is (56,83,119). Sum of RGB (Red+Green+Blue) = 56+83+119=258 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.71% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 119 (46.88% from 255 or 46.12% from 258); Max value from RGB is 119 - color contains mainly: blue. Hex color #385377 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385377 is #C7AC88. Grayscale: #4E4E4E. Windows color (decimal): -13085833 or 7820088. OLE color: 7820088.

HSL color Cylindrical-coordinate representation of color #385377: hue angle of 214.29º 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 #385377 is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5683119-
CMYK0.530.3000.53
HSL214.29º36%34.31%-
HSV(B)214.29º52.94%46.67%-
XYZ8.058.3618.64-
YUV79.03150.55111.57-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.71%
GREEN value IS 83 (32.81% from 255) = 32.17%
BLUE value IS 119 (46.88% from 255) = 46.12%
R=21.71%
G=32.17%
B=46.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56831190.530.3000.53214.293634.31
Hex385377351E035d62422
Octal7012316765360653264442
Binary1110001010011111011111010111110011010111010110100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385377; }

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

 H1.HeaderClassName
 {
   color: #385377;
 }
 .AnyTagClassName
 {
   color: #385377;
 }
</style>
background-color css

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

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

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

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

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

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