#387F87

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

Shades of Paradiso #387F87

Tints of Paradiso #387F87

Color information

#387F87 (or 0x387F87) is unknown color: approx Paradiso. HEX triplet: 38, 7F and 87. RGB value is (56,127,135). Sum of RGB (Red+Green+Blue) = 56+127+135=318 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.61% from 318); Green value is 127 (50% from 255 or 39.94% from 318); Blue value is 135 (53.12% from 255 or 42.45% from 318); Max value from RGB is 135 - color contains mainly: blue. Hex color #387F87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387F87 is #C78078. Grayscale: #6A6A6A. Windows color (decimal): -13074553 or 8879928. OLE color: 8879928.

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

Color convert

RGB56127135-
CMYK0.590.0600.47
HSL186.08º41.36%37.45%-
HSV(B)186.08º58.52%52.94%-
XYZ13.5917.7725.63-
YUV106.68143.9891.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.61%
GREEN value IS 127 (50% from 255) = 39.94%
BLUE value IS 135 (53.12% from 255) = 42.45%
R=17.61%
G=39.94%
B=42.45%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal561271350.590.0600.47186.0841.3637.45
Hex387F873B602Fba2925
Octal701772077360572725145
Binary111000111111110000111111011110010111110111010101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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