#388385

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

Shades of Paradiso #388385

Tints of Paradiso #388385

Color information

#388385 (or 0x388385) is unknown color: approx Paradiso. HEX triplet: 38, 83 and 85. RGB value is (56,131,133). Sum of RGB (Red+Green+Blue) = 56+131+133=320 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.5% from 320); Green value is 131 (51.56% from 255 or 40.94% from 320); Blue value is 133 (52.34% from 255 or 41.56% from 320); Max value from RGB is 133 - color contains mainly: blue. Hex color #388385 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #388385 is #C77C7A. Grayscale: #6C6C6C. Windows color (decimal): -13073531 or 8749880. OLE color: 8749880.

HSL color Cylindrical-coordinate representation of color #388385: hue angle of 181.56º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #388385 is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB56131133-
CMYK0.580.0200.48
HSL181.56º40.74%37.06%-
HSV(B)181.56º57.89%52.16%-
XYZ13.9818.7725.08-
YUV108.8141.6590.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.5%
GREEN value IS 131 (51.56% from 255) = 40.94%
BLUE value IS 133 (52.34% from 255) = 41.56%
R=17.5%
G=40.94%
B=41.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal561311330.580.0200.48181.5640.7437.06
Hex3883853A2030b62925
Octal702032057220602665145
Binary111000100000111000010111101010011000010110110101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388385; }

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

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

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

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

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

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

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

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