#438885

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

Shades of Paradiso #438885

Tints of Paradiso #438885

Color information

#438885 (or 0x438885) is unknown color: approx Paradiso. HEX triplet: 43, 88 and 85. RGB value is (67,136,133). Sum of RGB (Red+Green+Blue) = 67+136+133=336 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.94% from 336); Green value is 136 (53.52% from 255 or 40.48% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 136 - color contains mainly: green. Hex color #438885 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438885 is #BC777A. Grayscale: #727272. Windows color (decimal): -12351355 or 8751171. OLE color: 8751171.

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

Color convert

RGB67136133-
CMYK0.5100.020.47
HSL177.39º33.99%39.8%-
HSV(B)177.39º50.74%53.33%-
XYZ15.3520.525.34-
YUV115.03138.1493.74-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.94%
GREEN value IS 136 (53.52% from 255) = 40.48%
BLUE value IS 133 (52.34% from 255) = 39.58%
R=19.94%
G=40.48%
B=39.58%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal671361330.5100.020.47177.3933.9939.8
Hex43888533022Fb12228
Octal1032102056302572614250
Binary1000011100010001000010111001101010111110110001100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438885; }

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

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

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

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

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

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

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

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