#368188

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

Shades of Paradiso #368188

Tints of Paradiso #368188

Color information

#368188 (or 0x368188) is unknown color: approx Paradiso. HEX triplet: 36, 81 and 88. RGB value is (54,129,136). Sum of RGB (Red+Green+Blue) = 54+129+136=319 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.93% from 319); Green value is 129 (50.78% from 255 or 40.44% from 319); Blue value is 136 (53.52% from 255 or 42.63% from 319); Max value from RGB is 136 - color contains mainly: blue. Hex color #368188 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368188 is #C97E77. Grayscale: #6B6B6B. Windows color (decimal): -13205112 or 8945974. OLE color: 8945974.

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

Color convert

RGB54129136-
CMYK0.600.0500.47
HSL185.12º43.16%37.25%-
HSV(B)185.12º60.29%53.33%-
XYZ13.8218.2626.09-
YUV107.37144.1589.93-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.93%
GREEN value IS 129 (50.78% from 255) = 40.44%
BLUE value IS 136 (53.52% from 255) = 42.63%
R=16.93%
G=40.44%
B=42.63%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal541291360.600.0500.47185.1243.1637.25
Hex3681883C502Fb92b25
Octal662012107450572715345
Binary1101101000000110001000111100101010111110111001101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368188; }

 p { color: rgb(54,129,136); }

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

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

 a { background-color: rgb(54,129,136); }

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

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

 span { border-color: rgb(54,129,136); }

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