#438485

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

Shades of Paradiso #438485

Tints of Paradiso #438485

Color information

#438485 (or 0x438485) is unknown color: approx Paradiso. HEX triplet: 43, 84 and 85. RGB value is (67,132,133). Sum of RGB (Red+Green+Blue) = 67+132+133=332 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.18% from 332); Green value is 132 (51.95% from 255 or 39.76% from 332); Blue value is 133 (52.34% from 255 or 40.06% from 332); Max value from RGB is 133 - color contains mainly: blue. Hex color #438485 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438485 is #BC7B7A. Grayscale: #707070. Windows color (decimal): -12352379 or 8750147. OLE color: 8750147.

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

Color convert

RGB67132133-
CMYK0.500.0100.48
HSL180.91º33%39.22%-
HSV(B)180.91º49.62%52.16%-
XYZ14.819.3925.15-
YUV112.68139.4795.42-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.18%
GREEN value IS 132 (51.95% from 255) = 39.76%
BLUE value IS 133 (52.34% from 255) = 40.06%
R=20.18%
G=39.76%
B=40.06%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal671321330.500.0100.48180.913339.22
Hex438485321030b52127
Octal1032042056210602654147
Binary100001110000100100001011100101011000010110101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438485; }

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

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

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

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

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

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

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

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