#42828D

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

Shades of Paradiso #42828D

Tints of Paradiso #42828D

Color information

#42828D (or 0x42828D) is unknown color: approx Paradiso. HEX triplet: 42, 82 and 8D. RGB value is (66,130,141). Sum of RGB (Red+Green+Blue) = 66+130+141=337 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.58% from 337); Green value is 130 (51.17% from 255 or 38.58% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 141 - color contains mainly: blue. Hex color #42828D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42828D is #BD7D72. Grayscale: #707070. Windows color (decimal): -12418419 or 9273922. OLE color: 9273922.

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

Color convert

RGB66130141-
CMYK0.530.0800.45
HSL188.8º36.23%40.59%-
HSV(B)188.8º53.19%55.29%-
XYZ15.0419.0528.08-
YUV112.12144.395.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.58%
GREEN value IS 130 (51.17% from 255) = 38.58%
BLUE value IS 141 (55.47% from 255) = 41.84%
R=19.58%
G=38.58%
B=41.84%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal661301410.530.0800.45188.836.2340.59
Hex42828D35802Dbd2429
Octal10220221565100552754451
Binary100001010000010100011011101011000010110110111101100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42828D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42828D; }

 p { color: rgb(66,130,141); }

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

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

 a { background-color: rgb(66,130,141); }

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

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

 span { border-color: rgb(66,130,141); }

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