#385985

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

Shades of St Tropaz #385985

Tints of St Tropaz #385985

Color information

#385985 (or 0x385985) is unknown color: approx St Tropaz. HEX triplet: 38, 59 and 85. RGB value is (56,89,133). Sum of RGB (Red+Green+Blue) = 56+89+133=278 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.14% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 133 (52.34% from 255 or 47.84% from 278); Max value from RGB is 133 - color contains mainly: blue. Hex color #385985 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385985 is #C7A67A. Grayscale: #535353. Windows color (decimal): -13084283 or 8739128. OLE color: 8739128.

HSL color Cylindrical-coordinate representation of color #385985: hue angle of 214.29º 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 #385985 is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5689133-
CMYK0.580.3300.48
HSL214.29º40.74%37.06%-
HSV(B)214.29º57.89%52.16%-
XYZ9.449.6823.56-
YUV84.15155.57107.92-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.14%
GREEN value IS 89 (35.16% from 255) = 32.01%
BLUE value IS 133 (52.34% from 255) = 47.84%
R=20.14%
G=32.01%
B=47.84%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal56891330.580.3300.48214.2940.7437.06
Hex3859853A21030d62925
Octal7013120572410603265145
Binary111000101100110000101111010100001011000011010110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385985; }

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

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

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

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

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

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

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

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