#368386

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

Shades of Paradiso #368386

Tints of Paradiso #368386

Color information

#368386 (or 0x368386) is unknown color: approx Paradiso. HEX triplet: 36, 83 and 86. RGB value is (54,131,134). Sum of RGB (Red+Green+Blue) = 54+131+134=319 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.93% from 319); Green value is 131 (51.56% from 255 or 41.07% from 319); Blue value is 134 (52.73% from 255 or 42.01% from 319); Max value from RGB is 134 - color contains mainly: blue. Hex color #368386 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368386 is #C97C79. Grayscale: #6C6C6C. Windows color (decimal): -13204602 or 8815414. OLE color: 8815414.

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

Color convert

RGB54131134-
CMYK0.600.0200.47
HSL182.25º42.55%36.86%-
HSV(B)182.25º59.7%52.55%-
XYZ13.9418.7425.44-
YUV108.32142.4989.26-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.93%
GREEN value IS 131 (51.56% from 255) = 41.07%
BLUE value IS 134 (52.73% from 255) = 42.01%
R=16.93%
G=41.07%
B=42.01%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal541311340.600.0200.47182.2542.5536.86
Hex3683863C202Fb62b25
Octal662032067420572665345
Binary110110100000111000011011110010010111110110110101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368386; }

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

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

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

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

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

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

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

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