#388387

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

Shades of Paradiso #388387

Tints of Paradiso #388387

Color information

#388387 (or 0x388387) is unknown color: approx Paradiso. HEX triplet: 38, 83 and 87. RGB value is (56,131,135). Sum of RGB (Red+Green+Blue) = 56+131+135=322 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.39% from 322); Green value is 131 (51.56% from 255 or 40.68% from 322); Blue value is 135 (53.12% from 255 or 41.93% from 322); Max value from RGB is 135 - color contains mainly: blue. Hex color #388387 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388387 is #C77C78. Grayscale: #6C6C6C. Windows color (decimal): -13073529 or 8880952. OLE color: 8880952.

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

Color convert

RGB56131135-
CMYK0.590.0300.47
HSL183.04º41.36%37.45%-
HSV(B)183.04º58.52%52.94%-
XYZ14.1218.8225.81-
YUV109.03142.6590.17-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.39%
GREEN value IS 131 (51.56% from 255) = 40.68%
BLUE value IS 135 (53.12% from 255) = 41.93%
R=17.39%
G=40.68%
B=41.93%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal561311350.590.0300.47183.0441.3637.45
Hex3883873B302Fb72925
Octal702032077330572675145
Binary111000100000111000011111101111010111110110111101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388387; }

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

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

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

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

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

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

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

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