#428488

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

Shades of Paradiso #428488

Tints of Paradiso #428488

Color information

#428488 (or 0x428488) is unknown color: approx Paradiso. HEX triplet: 42, 84 and 88. RGB value is (66,132,136). Sum of RGB (Red+Green+Blue) = 66+132+136=334 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.76% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 136 (53.52% from 255 or 40.72% from 334); Max value from RGB is 136 - color contains mainly: blue. Hex color #428488 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428488 is #BD7B77. Grayscale: #707070. Windows color (decimal): -12417912 or 8946754. OLE color: 8946754.

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

Color convert

RGB66132136-
CMYK0.510.0300.47
HSL183.43º34.65%39.61%-
HSV(B)183.43º51.47%53.33%-
XYZ14.9419.4426.26-
YUV112.72141.1394.67-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.76%
GREEN value IS 132 (51.95% from 255) = 39.52%
BLUE value IS 136 (53.52% from 255) = 40.72%
R=19.76%
G=39.52%
B=40.72%

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
Decimal661321360.510.0300.47183.4334.6539.61
Hex42848833302Fb72328
Octal1022042106330572674350
Binary1000010100001001000100011001111010111110110111100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428488; }

 p { color: rgb(66,132,136); }

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

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

 a { background-color: rgb(66,132,136); }

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

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

 span { border-color: rgb(66,132,136); }

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