#367F87

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

Shades of Paradiso #367F87

Tints of Paradiso #367F87

Color information

#367F87 (or 0x367F87) is unknown color: approx Paradiso. HEX triplet: 36, 7F and 87. RGB value is (54,127,135). Sum of RGB (Red+Green+Blue) = 54+127+135=316 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.09% from 316); Green value is 127 (50% from 255 or 40.19% from 316); Blue value is 135 (53.12% from 255 or 42.72% from 316); Max value from RGB is 135 - color contains mainly: blue. Hex color #367F87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367F87 is #C98078. Grayscale: #696969. Windows color (decimal): -13205625 or 8879926. OLE color: 8879926.

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

Color convert

RGB54127135-
CMYK0.600.0600.47
HSL185.93º42.86%37.06%-
HSV(B)185.93º60%52.94%-
XYZ13.4817.7125.63-
YUV106.08144.3290.85-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.09%
GREEN value IS 127 (50% from 255) = 40.19%
BLUE value IS 135 (53.12% from 255) = 42.72%
R=17.09%
G=40.19%
B=42.72%

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
Decimal541271350.600.0600.47185.9342.8637.06
Hex367F873C602Fba2b25
Octal661772077460572725345
Binary110110111111110000111111100110010111110111010101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,127,135); }

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

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

 a { background-color: rgb(54,127,135); }

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

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

 span { border-color: rgb(54,127,135); }

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