#428286

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

Shades of Paradiso #428286

Tints of Paradiso #428286

Color information

#428286 (or 0x428286) is unknown color: approx Paradiso. HEX triplet: 42, 82 and 86. RGB value is (66,130,134). Sum of RGB (Red+Green+Blue) = 66+130+134=330 (43% of max value = 765). Red value is 66 (26.17% from 255 or 20% from 330); Green value is 130 (51.17% from 255 or 39.39% from 330); Blue value is 134 (52.73% from 255 or 40.61% from 330); Max value from RGB is 134 - color contains mainly: blue. Hex color #428286 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428286 is #BD7D79. Grayscale: #6F6F6F. Windows color (decimal): -12418426 or 8815170. OLE color: 8815170.

HSL color Cylindrical-coordinate representation of color #428286: hue angle of 183.53º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #428286 is Cyan = 0.51, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB66130134-
CMYK0.510.0300.47
HSL183.53º34%39.22%-
HSV(B)183.53º50.75%52.55%-
XYZ14.5318.8425.43-
YUV111.32140.895.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 20%
GREEN value IS 130 (51.17% from 255) = 39.39%
BLUE value IS 134 (52.73% from 255) = 40.61%
R=20%
G=39.39%
B=40.61%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal661301340.510.0300.47183.533439.22
Hex42828633302Fb82227
Octal1022022066330572704247
Binary1000010100000101000011011001111010111110111000100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428286; }

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

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

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

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

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

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

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

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