#385C87

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

Shades of St Tropaz #385C87

Tints of St Tropaz #385C87

Color information

#385C87 (or 0x385C87) is unknown color: approx St Tropaz. HEX triplet: 38, 5C and 87. RGB value is (56,92,135). Sum of RGB (Red+Green+Blue) = 56+92+135=283 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.79% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 135 (53.12% from 255 or 47.70% from 283); Max value from RGB is 135 - color contains mainly: blue. Hex color #385C87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #385C87 is #C7A378. Grayscale: #555555. Windows color (decimal): -13083513 or 8870968. OLE color: 8870968.

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

Color convert

RGB5692135-
CMYK0.590.3200.47
HSL212.66º41.36%37.45%-
HSV(B)212.66º58.52%52.94%-
XYZ9.8310.2424.38-
YUV86.14155.57106.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.79%
GREEN value IS 92 (36.33% from 255) = 32.51%
BLUE value IS 135 (53.12% from 255) = 47.70%
R=19.79%
G=32.51%
B=47.70%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal56921350.590.3200.47212.6641.3637.45
Hex385C873B2002Fd52925
Octal7013420773400573255145
Binary111000101110010000111111011100000010111111010101101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #385C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,92,135); }

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

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

 a { background-color: rgb(56,92,135); }

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

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

 span { border-color: rgb(56,92,135); }

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