#385275

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

Shades of St Tropaz #385275

Tints of St Tropaz #385275

Color information

#385275 (or 0x385275) is unknown color: approx St Tropaz. HEX triplet: 38, 52 and 75. RGB value is (56,82,117). Sum of RGB (Red+Green+Blue) = 56+82+117=255 (33% of max value = 765). Red value is 56 (22.27% from 255 or 21.96% from 255); Green value is 82 (32.42% from 255 or 32.16% from 255); Blue value is 117 (46.09% from 255 or 45.88% from 255); Max value from RGB is 117 - color contains mainly: blue. Hex color #385275 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385275 is #C7AD8A. Grayscale: #4E4E4E. Windows color (decimal): -13086091 or 7688760. OLE color: 7688760.

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

Color convert

RGB5682117-
CMYK0.520.3000.54
HSL214.43º35.26%33.92%-
HSV(B)214.43º52.14%45.88%-
XYZ7.868.1617.99-
YUV78.22149.89112.15-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 21.96%
GREEN value IS 82 (32.42% from 255) = 32.16%
BLUE value IS 117 (46.09% from 255) = 45.88%
R=21.96%
G=32.16%
B=45.88%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal56821170.520.3000.54214.4335.2633.92
Hex385275341E036d62322
Octal7012216564360663264342
Binary1110001010010111010111010011110011011011010110100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385275; }

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

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

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

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

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

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

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

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