#367D86

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

Shades of Paradiso #367D86

Tints of Paradiso #367D86

Color information

#367D86 (or 0x367D86) is unknown color: approx Paradiso. HEX triplet: 36, 7D and 86. RGB value is (54,125,134). Sum of RGB (Red+Green+Blue) = 54+125+134=313 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.25% from 313); Green value is 125 (49.22% from 255 or 39.94% from 313); Blue value is 134 (52.73% from 255 or 42.81% from 313); Max value from RGB is 134 - color contains mainly: blue. Hex color #367D86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367D86 is #C98279. Grayscale: #686868. Windows color (decimal): -13206138 or 8813878. OLE color: 8813878.

HSL color Cylindrical-coordinate representation of color #367D86: hue angle of 186.75º 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 #367D86 is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB54125134-
CMYK0.600.0700.47
HSL186.75º42.55%36.86%-
HSV(B)186.75º59.7%52.55%-
XYZ13.1617.1725.18-
YUV104.8144.4891.77-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.25%
GREEN value IS 125 (49.22% from 255) = 39.94%
BLUE value IS 134 (52.73% from 255) = 42.81%
R=17.25%
G=39.94%
B=42.81%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal541251340.600.0700.47186.7542.5536.86
Hex367D863C702Fbb2b25
Octal661752067470572735345
Binary110110111110110000110111100111010111110111011101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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