#378386

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

Shades of Paradiso #378386

Tints of Paradiso #378386

Color information

#378386 (or 0x378386) is unknown color: approx Paradiso. HEX triplet: 37, 83 and 86. RGB value is (55,131,134). Sum of RGB (Red+Green+Blue) = 55+131+134=320 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.19% from 320); Green value is 131 (51.56% from 255 or 40.94% from 320); Blue value is 134 (52.73% from 255 or 41.88% from 320); Max value from RGB is 134 - color contains mainly: blue. Hex color #378386 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378386 is #C87C79. Grayscale: #6C6C6C. Windows color (decimal): -13139066 or 8815415. OLE color: 8815415.

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

Color convert

RGB55131134-
CMYK0.590.0200.47
HSL182.28º41.8%37.06%-
HSV(B)182.28º58.96%52.55%-
XYZ13.9918.7725.44-
YUV108.62142.3289.76-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.19%
GREEN value IS 131 (51.56% from 255) = 40.94%
BLUE value IS 134 (52.73% from 255) = 41.88%
R=17.19%
G=40.94%
B=41.88%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal551311340.590.0200.47182.2841.837.06
Hex3783863B202Fb62a25
Octal672032067320572665245
Binary110111100000111000011011101110010111110110110101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378386; }

 p { color: rgb(55,131,134); }

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

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

 a { background-color: rgb(55,131,134); }

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

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

 span { border-color: rgb(55,131,134); }

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