#367E86

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

Shades of Paradiso #367E86

Tints of Paradiso #367E86

Color information

#367E86 (or 0x367E86) is unknown color: approx Paradiso. HEX triplet: 36, 7E and 86. RGB value is (54,126,134). Sum of RGB (Red+Green+Blue) = 54+126+134=314 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.20% from 314); Green value is 126 (49.61% from 255 or 40.13% from 314); Blue value is 134 (52.73% from 255 or 42.68% from 314); Max value from RGB is 134 - color contains mainly: blue. Hex color #367E86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367E86 is #C98179. Grayscale: #696969. Windows color (decimal): -13205882 or 8814134. OLE color: 8814134.

HSL color Cylindrical-coordinate representation of color #367E86: hue angle of 186º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #367E86 is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB54126134-
CMYK0.600.0600.47
HSL186º42.55%36.86%-
HSV(B)186º59.7%52.55%-
XYZ13.2917.4325.22-
YUV105.38144.1591.35-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.20%
GREEN value IS 126 (49.61% from 255) = 40.13%
BLUE value IS 134 (52.73% from 255) = 42.68%
R=17.20%
G=40.13%
B=42.68%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal541261340.600.0600.4718642.5536.86
Hex367E863C602Fba2b25
Octal661762067460572725345
Binary110110111111010000110111100110010111110111010101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367E86; }

 p { color: rgb(54,126,134); }

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

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

 a { background-color: rgb(54,126,134); }

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

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

 span { border-color: rgb(54,126,134); }

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