#438087

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

Shades of Paradiso #438087

Tints of Paradiso #438087

Color information

#438087 (or 0x438087) is unknown color: approx Paradiso. HEX triplet: 43, 80 and 87. RGB value is (67,128,135). Sum of RGB (Red+Green+Blue) = 67+128+135=330 (43% of max value = 765). Red value is 67 (26.56% from 255 or 20.30% from 330); Green value is 128 (50.39% from 255 or 38.79% from 330); Blue value is 135 (53.12% from 255 or 40.91% from 330); Max value from RGB is 135 - color contains mainly: blue. Hex color #438087 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438087 is #BC7F78. Grayscale: #6E6E6E. Windows color (decimal): -12353401 or 8880195. OLE color: 8880195.

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

Color convert

RGB67128135-
CMYK0.500.0500.47
HSL186.18º33.66%39.61%-
HSV(B)186.18º50.37%52.94%-
XYZ14.4118.3825.71-
YUV110.56141.7996.93-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.30%
GREEN value IS 128 (50.39% from 255) = 38.79%
BLUE value IS 135 (53.12% from 255) = 40.91%
R=20.30%
G=38.79%
B=40.91%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal671281350.500.0500.47186.1833.6639.61
Hex43808732502Fba2228
Octal1032002076250572724250
Binary10000111000000010000111110010101010111110111010100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438087; }

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

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

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

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

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

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

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

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