#385B85

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

Shades of St Tropaz #385B85

Tints of St Tropaz #385B85

Color information

#385B85 (or 0x385B85) is unknown color: approx St Tropaz. HEX triplet: 38, 5B and 85. RGB value is (56,91,133). Sum of RGB (Red+Green+Blue) = 56+91+133=280 (37% of max value = 765). Red value is 56 (22.27% from 255 or 20% from 280); Green value is 91 (35.94% from 255 or 32.5% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 133 - color contains mainly: blue. Hex color #385B85 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385B85 is #C7A47A. Grayscale: #555555. Windows color (decimal): -13083771 or 8739640. OLE color: 8739640.

HSL color Cylindrical-coordinate representation of color #385B85: hue angle of 212.73º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #385B85 is Cyan = 0.58, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5691133-
CMYK0.580.3200.48
HSL212.73º40.74%37.06%-
HSV(B)212.73º57.89%52.16%-
XYZ9.6110.0223.62-
YUV85.32154.9107.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20%
GREEN value IS 91 (35.94% from 255) = 32.5%
BLUE value IS 133 (52.34% from 255) = 47.5%
R=20%
G=32.5%
B=47.5%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal56911330.580.3200.48212.7340.7437.06
Hex385B853A20030d52925
Octal7013320572400603255145
Binary111000101101110000101111010100000011000011010101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385B85; }

 p { color: rgb(56,91,133); }

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

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

 a { background-color: rgb(56,91,133); }

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

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

 span { border-color: rgb(56,91,133); }

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