#385378

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

Shades of St Tropaz #385378

Tints of St Tropaz #385378

Color information

#385378 (or 0x385378) is unknown color: approx St Tropaz. HEX triplet: 38, 53 and 78. RGB value is (56,83,120). Sum of RGB (Red+Green+Blue) = 56+83+120=259 (34% of max value = 765). Red value is 56 (22.27% from 255 or 21.62% from 259); Green value is 83 (32.81% from 255 or 32.05% from 259); Blue value is 120 (47.27% from 255 or 46.33% from 259); Max value from RGB is 120 - color contains mainly: blue. Hex color #385378 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385378 is #C7AC87. Grayscale: #4E4E4E. Windows color (decimal): -13085832 or 7885624. OLE color: 7885624.

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

Color convert

RGB5683120-
CMYK0.530.3100.53
HSL214.69º36.36%34.51%-
HSV(B)214.69º53.33%47.06%-
XYZ8.118.3818.96-
YUV79.15151.05111.49-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.62%
GREEN value IS 83 (32.81% from 255) = 32.05%
BLUE value IS 120 (47.27% from 255) = 46.33%
R=21.62%
G=32.05%
B=46.33%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal56831200.530.3100.53214.6936.3634.51
Hex385378351F035d72423
Octal7012317065370653274443
Binary1110001010011111100011010111111011010111010111100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385378; }

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

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

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

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

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

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

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

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