#43828E

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

Shades of Paradiso #43828E

Tints of Paradiso #43828E

Color information

#43828E (or 0x43828E) is unknown color: approx Paradiso. HEX triplet: 43, 82 and 8E. RGB value is (67,130,142). Sum of RGB (Red+Green+Blue) = 67+130+142=339 (44% of max value = 765). Red value is 67 (26.56% from 255 or 19.76% from 339); Green value is 130 (51.17% from 255 or 38.35% from 339); Blue value is 142 (55.86% from 255 or 41.89% from 339); Max value from RGB is 142 - color contains mainly: blue. Hex color #43828E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43828E is #BC7D71. Grayscale: #707070. Windows color (decimal): -12352882 or 9339459. OLE color: 9339459.

HSL color Cylindrical-coordinate representation of color #43828E: hue angle of 189.6º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #43828E is Cyan = 0.53, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB67130142-
CMYK0.530.0800.44
HSL189.6º35.89%40.98%-
HSV(B)189.6º52.82%55.69%-
XYZ15.1819.1128.48-
YUV112.53144.6395.52-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 19.76%
GREEN value IS 130 (51.17% from 255) = 38.35%
BLUE value IS 142 (55.86% from 255) = 41.89%
R=19.76%
G=38.35%
B=41.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal671301420.530.0800.44189.635.8940.98
Hex43828E35802Cbe2429
Octal10320221665100542764451
Binary100001110000010100011101101011000010110010111110100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43828E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43828E; }

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

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

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

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

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

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

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

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