#385886

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

Shades of St Tropaz #385886

Tints of St Tropaz #385886

Color information

#385886 (or 0x385886) is unknown color: approx St Tropaz. HEX triplet: 38, 58 and 86. RGB value is (56,88,134). Sum of RGB (Red+Green+Blue) = 56+88+134=278 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.14% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 134 (52.73% from 255 or 48.20% from 278); Max value from RGB is 134 - color contains mainly: blue. Hex color #385886 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385886 is #C7A779. Grayscale: #535353. Windows color (decimal): -13084538 or 8804408. OLE color: 8804408.

HSL color Cylindrical-coordinate representation of color #385886: hue angle of 215.38º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #385886 is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB5688134-
CMYK0.580.3400.47
HSL215.38º41.05%37.25%-
HSV(B)215.38º58.21%52.55%-
XYZ9.429.5423.9-
YUV83.68156.4108.26-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 20.14%
GREEN value IS 88 (34.77% from 255) = 31.65%
BLUE value IS 134 (52.73% from 255) = 48.20%
R=20.14%
G=31.65%
B=48.20%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56881340.580.3400.47215.3841.0537.25
Hex3858863A2202Fd72925
Octal7013020672420573275145
Binary111000101100010000110111010100010010111111010111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #385886; }

 p { color: rgb(56,88,134); }

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

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

 a { background-color: rgb(56,88,134); }

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

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

 span { border-color: rgb(56,88,134); }

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