#438388

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

Shades of Paradiso #438388

Tints of Paradiso #438388

Color information

#438388 (or 0x438388) is unknown color: approx Paradiso. HEX triplet: 43, 83 and 88. RGB value is (67,131,136). Sum of RGB (Red+Green+Blue) = 67+131+136=334 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20.06% from 334); Green value is 131 (51.56% from 255 or 39.22% from 334); Blue value is 136 (53.52% from 255 or 40.72% from 334); Max value from RGB is 136 - color contains mainly: blue. Hex color #438388 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438388 is #BC7C77. Grayscale: #707070. Windows color (decimal): -12352632 or 8946499. OLE color: 8946499.

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

Color convert

RGB67131136-
CMYK0.510.0400.47
HSL184.35º33.99%39.8%-
HSV(B)184.35º50.74%53.33%-
XYZ14.8719.226.22-
YUV112.43141.395.59-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.06%
GREEN value IS 131 (51.56% from 255) = 39.22%
BLUE value IS 136 (53.52% from 255) = 40.72%
R=20.06%
G=39.22%
B=40.72%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal671311360.510.0400.47184.3533.9939.8
Hex43838833402Fb82228
Octal1032032106340572704250
Binary10000111000001110001000110011100010111110111000100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438388; }

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

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

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

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

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

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

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

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