#387C87

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

Shades of Paradiso #387C87

Tints of Paradiso #387C87

Color information

#387C87 (or 0x387C87) is unknown color: approx Paradiso. HEX triplet: 38, 7C and 87. RGB value is (56,124,135). Sum of RGB (Red+Green+Blue) = 56+124+135=315 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.78% from 315); Green value is 124 (48.83% from 255 or 39.37% from 315); Blue value is 135 (53.12% from 255 or 42.86% from 315); Max value from RGB is 135 - color contains mainly: blue. Hex color #387C87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387C87 is #C78378. Grayscale: #686868. Windows color (decimal): -13075321 or 8879160. OLE color: 8879160.

HSL color Cylindrical-coordinate representation of color #387C87: hue angle of 188.35º 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 #387C87 is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB56124135-
CMYK0.590.0800.47
HSL188.35º41.36%37.45%-
HSV(B)188.35º58.52%52.94%-
XYZ13.2117.0125.51-
YUV104.92144.9793.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.78%
GREEN value IS 124 (48.83% from 255) = 39.37%
BLUE value IS 135 (53.12% from 255) = 42.86%
R=17.78%
G=39.37%
B=42.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal561241350.590.0800.47188.3541.3637.45
Hex387C873B802Fbc2925
Octal7017420773100572745145
Binary1110001111100100001111110111000010111110111100101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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