#438288

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

Shades of Paradiso #438288

Tints of Paradiso #438288

Color information

#438288 (or 0x438288) is unknown color: approx Paradiso. HEX triplet: 43, 82 and 88. RGB value is (67,130,136). Sum of RGB (Red+Green+Blue) = 67+130+136=333 (44% of max value = 765). Red value is 67 (26.56% from 255 or 20.12% from 333); Green value is 130 (51.17% from 255 or 39.04% from 333); Blue value is 136 (53.52% from 255 or 40.84% from 333); Max value from RGB is 136 - color contains mainly: blue. Hex color #438288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438288 is #BC7D77. Grayscale: #6F6F6F. Windows color (decimal): -12352888 or 8946243. OLE color: 8946243.

HSL color Cylindrical-coordinate representation of color #438288: hue angle of 185.22º 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 #438288 is Cyan = 0.51, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB67130136-
CMYK0.510.0400.47
HSL185.22º33.99%39.8%-
HSV(B)185.22º50.74%53.33%-
XYZ14.7418.9426.17-
YUV111.85141.6396.01-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.12%
GREEN value IS 130 (51.17% from 255) = 39.04%
BLUE value IS 136 (53.52% from 255) = 40.84%
R=20.12%
G=39.04%
B=40.84%

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
Decimal671301360.510.0400.47185.2233.9939.8
Hex43828833402Fb92228
Octal1032022106340572714250
Binary10000111000001010001000110011100010111110111001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438288; }

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

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

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

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

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

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

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

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