#378086

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

Shades of Paradiso #378086

Tints of Paradiso #378086

Color information

#378086 (or 0x378086) is unknown color: approx Paradiso. HEX triplet: 37, 80 and 86. RGB value is (55,128,134). Sum of RGB (Red+Green+Blue) = 55+128+134=317 (41% of max value = 765). Red value is 55 (21.88% from 255 or 17.35% from 317); Green value is 128 (50.39% from 255 or 40.38% from 317); Blue value is 134 (52.73% from 255 or 42.27% from 317); Max value from RGB is 134 - color contains mainly: blue. Hex color #378086 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378086 is #C87F79. Grayscale: #6A6A6A. Windows color (decimal): -13139834 or 8814647. OLE color: 8814647.

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

Color convert

RGB55128134-
CMYK0.590.0400.47
HSL184.56º41.8%37.06%-
HSV(B)184.56º58.96%52.55%-
XYZ13.617.9725.31-
YUV106.86143.3291.01-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.35%
GREEN value IS 128 (50.39% from 255) = 40.38%
BLUE value IS 134 (52.73% from 255) = 42.27%
R=17.35%
G=40.38%
B=42.27%

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
Decimal551281340.590.0400.47184.5641.837.06
Hex3780863B402Fb92a25
Octal672002067340572715245
Binary1101111000000010000110111011100010111110111001101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378086; }

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

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

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

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

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

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

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

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