#438081

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

Shades of Paradiso #438081

Tints of Paradiso #438081

Color information

#438081 (or 0x438081) is unknown color: approx Paradiso. HEX triplet: 43, 80 and 81. RGB value is (67,128,129). Sum of RGB (Red+Green+Blue) = 67+128+129=324 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.68% from 324); Green value is 128 (50.39% from 255 or 39.51% from 324); Blue value is 129 (50.78% from 255 or 39.81% from 324); Max value from RGB is 129 - color contains mainly: blue. Hex color #438081 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438081 is #BC7F7E. Grayscale: #6D6D6D. Windows color (decimal): -12353407 or 8486979. OLE color: 8486979.

HSL color Cylindrical-coordinate representation of color #438081: hue angle of 180.97º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #438081 is Cyan = 0.48, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB67128129-
CMYK0.480.0100.49
HSL180.97º31.63%38.43%-
HSV(B)180.97º48.06%50.59%-
XYZ1418.2223.55-
YUV109.88138.7997.42-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 20.68%
GREEN value IS 128 (50.39% from 255) = 39.51%
BLUE value IS 129 (50.78% from 255) = 39.81%
R=20.68%
G=39.51%
B=39.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal671281290.480.0100.49180.9731.6338.43
Hex438081301031b52026
Octal1032002016010612654046
Binary100001110000000100000011100001011000110110101100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438081; }

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

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

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

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

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

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

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

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