#388087

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

Shades of Paradiso #388087

Tints of Paradiso #388087

Color information

#388087 (or 0x388087) is unknown color: approx Paradiso. HEX triplet: 38, 80 and 87. RGB value is (56,128,135). Sum of RGB (Red+Green+Blue) = 56+128+135=319 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.55% from 319); Green value is 128 (50.39% from 255 or 40.13% from 319); Blue value is 135 (53.12% from 255 or 42.32% from 319); Max value from RGB is 135 - color contains mainly: blue. Hex color #388087 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388087 is #C77F78. Grayscale: #6B6B6B. Windows color (decimal): -13074297 or 8880184. OLE color: 8880184.

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

Color convert

RGB56128135-
CMYK0.590.0500.47
HSL185.32º41.36%37.45%-
HSV(B)185.32º58.52%52.94%-
XYZ13.7218.0325.68-
YUV107.27143.6591.43-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.55%
GREEN value IS 128 (50.39% from 255) = 40.13%
BLUE value IS 135 (53.12% from 255) = 42.32%
R=17.55%
G=40.13%
B=42.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal561281350.590.0500.47185.3241.3637.45
Hex3880873B502Fb92925
Octal702002077350572715145
Binary1110001000000010000111111011101010111110111001101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388087; }

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

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

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

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

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

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

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

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