#385375

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

Shades of St Tropaz #385375

Tints of St Tropaz #385375

Color information

#385375 (or 0x385375) is unknown color: approx St Tropaz. HEX triplet: 38, 53 and 75. RGB value is (56,83,117). Sum of RGB (Red+Green+Blue) = 56+83+117=256 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.88% from 256); Green value is 83 (32.81% from 255 or 32.42% from 256); Blue value is 117 (46.09% from 255 or 45.70% from 256); Max value from RGB is 117 - color contains mainly: blue. Hex color #385375 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385375 is #C7AC8A. Grayscale: #4E4E4E. Windows color (decimal): -13085835 or 7689016. OLE color: 7689016.

HSL color Cylindrical-coordinate representation of color #385375: hue angle of 213.44º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #385375 is Cyan = 0.52, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5683117-
CMYK0.520.2900.54
HSL213.44º35.26%33.92%-
HSV(B)213.44º52.14%45.88%-
XYZ7.948.3118.02-
YUV78.8149.55111.74-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.88%
GREEN value IS 83 (32.81% from 255) = 32.42%
BLUE value IS 117 (46.09% from 255) = 45.70%
R=21.88%
G=32.42%
B=45.70%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56831170.520.2900.54213.4435.2633.92
Hex385375341D036d52322
Octal7012316564350663254342
Binary1110001010011111010111010011101011011011010101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385375; }

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

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

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

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

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

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

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

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