#378186

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

Shades of Paradiso #378186

Tints of Paradiso #378186

Color information

#378186 (or 0x378186) is unknown color: approx Paradiso. HEX triplet: 37, 81 and 86. RGB value is (55,129,134). Sum of RGB (Red+Green+Blue) = 55+129+134=318 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.30% from 318); Green value is 129 (50.78% from 255 or 40.57% from 318); Blue value is 134 (52.73% from 255 or 42.14% from 318); Max value from RGB is 134 - color contains mainly: blue. Hex color #378186 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378186 is #C87E79. Grayscale: #6B6B6B. Windows color (decimal): -13139578 or 8814903. OLE color: 8814903.

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

Color convert

RGB55129134-
CMYK0.590.0400.47
HSL183.8º41.8%37.06%-
HSV(B)183.8º58.96%52.55%-
XYZ13.7318.2325.35-
YUV107.44142.9890.59-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.30%
GREEN value IS 129 (50.78% from 255) = 40.57%
BLUE value IS 134 (52.73% from 255) = 42.14%
R=17.30%
G=40.57%
B=42.14%

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
Decimal551291340.590.0400.47183.841.837.06
Hex3781863B402Fb82a25
Octal672012067340572705245
Binary1101111000000110000110111011100010111110111000101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378186; }

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

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

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

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

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

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

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

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