#438586

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

Shades of Paradiso #438586

Tints of Paradiso #438586

Color information

#438586 (or 0x438586) is unknown color: approx Paradiso. HEX triplet: 43, 85 and 86. RGB value is (67,133,134). Sum of RGB (Red+Green+Blue) = 67+133+134=334 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20.06% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 134 (52.73% from 255 or 40.12% from 334); Max value from RGB is 134 - color contains mainly: blue. Hex color #438586 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438586 is #BC7A79. Grayscale: #717171. Windows color (decimal): -12352122 or 8815939. OLE color: 8815939.

HSL color Cylindrical-coordinate representation of color #438586: hue angle of 180.9º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #438586 is Cyan = 0.5, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB67133134-
CMYK0.50.0100.47
HSL180.9º33.33%39.41%-
HSV(B)180.9º50%52.55%-
XYZ15.0119.6925.56-
YUV113.38139.6394.92-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.06%
GREEN value IS 133 (52.34% from 255) = 39.82%
BLUE value IS 134 (52.73% from 255) = 40.12%
R=20.06%
G=39.82%
B=40.12%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal671331340.50.0100.47180.933.3339.41
Hex43858632102Fb52127
Octal1032052066210572654147
Binary100001110000101100001101100101010111110110101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438586; }

 p { color: rgb(67,133,134); }

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

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

 a { background-color: rgb(67,133,134); }

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

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

 span { border-color: rgb(67,133,134); }

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