#388288

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

Shades of Paradiso #388288

Tints of Paradiso #388288

Color information

#388288 (or 0x388288) is unknown color: approx Paradiso. HEX triplet: 38, 82 and 88. RGB value is (56,130,136). Sum of RGB (Red+Green+Blue) = 56+130+136=322 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.39% from 322); Green value is 130 (51.17% from 255 or 40.37% from 322); Blue value is 136 (53.52% from 255 or 42.24% from 322); Max value from RGB is 136 - color contains mainly: blue. Hex color #388288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388288 is #C77D77. Grayscale: #6C6C6C. Windows color (decimal): -13073784 or 8946232. OLE color: 8946232.

HSL color Cylindrical-coordinate representation of color #388288: hue angle of 184.5º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #388288 is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB56130136-
CMYK0.590.0400.47
HSL184.5º41.67%37.65%-
HSV(B)184.5º58.82%53.33%-
XYZ14.0618.5826.14-
YUV108.56143.4890.51-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.39%
GREEN value IS 130 (51.17% from 255) = 40.37%
BLUE value IS 136 (53.52% from 255) = 42.24%
R=17.39%
G=40.37%
B=42.24%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal561301360.590.0400.47184.541.6737.65
Hex3882883B402Fb82a26
Octal702022107340572705246
Binary1110001000001010001000111011100010111110111000101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388288; }

 p { color: rgb(56,130,136); }

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

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

 a { background-color: rgb(56,130,136); }

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

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

 span { border-color: rgb(56,130,136); }

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