#438385

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

Shades of Paradiso #438385

Tints of Paradiso #438385

Color information

#438385 (or 0x438385) is unknown color: approx Paradiso. HEX triplet: 43, 83 and 85. RGB value is (67,131,133). Sum of RGB (Red+Green+Blue) = 67+131+133=331 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.24% from 331); Green value is 131 (51.56% from 255 or 39.58% from 331); Blue value is 133 (52.34% from 255 or 40.18% from 331); Max value from RGB is 133 - color contains mainly: blue. Hex color #438385 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438385 is #BC7C7A. Grayscale: #707070. Windows color (decimal): -12352635 or 8749891. OLE color: 8749891.

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

Color convert

RGB67131133-
CMYK0.500.0200.48
HSL181.82º33%39.22%-
HSV(B)181.82º49.62%52.16%-
XYZ14.6619.1225.11-
YUV112.09139.895.84-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.24%
GREEN value IS 131 (51.56% from 255) = 39.58%
BLUE value IS 133 (52.34% from 255) = 40.18%
R=20.24%
G=39.58%
B=40.18%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal671311330.500.0200.48181.823339.22
Hex438385322030b62127
Octal1032032056220602664147
Binary1000011100000111000010111001010011000010110110100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438385; }

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

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

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

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

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

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

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

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