#385479

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

Shades of St Tropaz #385479

Tints of St Tropaz #385479

Color information

#385479 (or 0x385479) is unknown color: approx St Tropaz. HEX triplet: 38, 54 and 79. RGB value is (56,84,121). Sum of RGB (Red+Green+Blue) = 56+84+121=261 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.46% from 261); Green value is 84 (33.20% from 255 or 32.18% from 261); Blue value is 121 (47.66% from 255 or 46.36% from 261); Max value from RGB is 121 - color contains mainly: blue. Hex color #385479 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385479 is #C7AB86. Grayscale: #4F4F4F. Windows color (decimal): -13085575 or 7951416. OLE color: 7951416.

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

Color convert

RGB5684121-
CMYK0.540.3100.53
HSL214.15º36.72%34.71%-
HSV(B)214.15º53.72%47.45%-
XYZ8.258.5619.31-
YUV79.85151.22110.99-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.46%
GREEN value IS 84 (33.20% from 255) = 32.18%
BLUE value IS 121 (47.66% from 255) = 46.36%
R=21.46%
G=32.18%
B=46.36%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56841210.540.3100.53214.1536.7234.71
Hex385479361F035d62523
Octal7012417166370653264543
Binary1110001010100111100111011011111011010111010110100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385479; }

 p { color: rgb(56,84,121); }

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

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

 a { background-color: rgb(56,84,121); }

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

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

 span { border-color: rgb(56,84,121); }

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