#438387

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

Shades of Paradiso #438387

Tints of Paradiso #438387

Color information

#438387 (or 0x438387) is unknown color: approx Paradiso. HEX triplet: 43, 83 and 87. RGB value is (67,131,135). Sum of RGB (Red+Green+Blue) = 67+131+135=333 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20.12% from 333); Green value is 131 (51.56% from 255 or 39.34% from 333); Blue value is 135 (53.12% from 255 or 40.54% from 333); Max value from RGB is 135 - color contains mainly: blue. Hex color #438387 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438387 is #BC7C78. Grayscale: #707070. Windows color (decimal): -12352633 or 8880963. OLE color: 8880963.

HSL color Cylindrical-coordinate representation of color #438387: hue angle of 183.53º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #438387 is Cyan = 0.50, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB67131135-
CMYK0.500.0300.47
HSL183.53º33.66%39.61%-
HSV(B)183.53º50.37%52.94%-
XYZ14.819.1825.84-
YUV112.32140.895.67-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.12%
GREEN value IS 131 (51.56% from 255) = 39.34%
BLUE value IS 135 (53.12% from 255) = 40.54%
R=20.12%
G=39.34%
B=40.54%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal671311350.500.0300.47183.5333.6639.61
Hex43838732302Fb82228
Octal1032032076230572704250
Binary1000011100000111000011111001011010111110111000100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438387; }

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

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

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

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

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

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

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

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