#428788

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

Shades of Paradiso #428788

Tints of Paradiso #428788

Color information

#428788 (or 0x428788) is unknown color: approx Paradiso. HEX triplet: 42, 87 and 88. RGB value is (66,135,136). Sum of RGB (Red+Green+Blue) = 66+135+136=337 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.58% from 337); Green value is 135 (53.12% from 255 or 40.06% from 337); Blue value is 136 (53.52% from 255 or 40.36% from 337); Max value from RGB is 136 - color contains mainly: blue. Hex color #428788 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #428788 is #BD7877. Grayscale: #727272. Windows color (decimal): -12417144 or 8947522. OLE color: 8947522.

HSL color Cylindrical-coordinate representation of color #428788: hue angle of 180.86º 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 #428788 is Cyan = 0.51, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB66135136-
CMYK0.510.0100.47
HSL180.86º34.65%39.61%-
HSV(B)180.86º51.47%53.33%-
XYZ15.3520.2626.39-
YUV114.48140.1493.42-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 19.58%
GREEN value IS 135 (53.12% from 255) = 40.06%
BLUE value IS 136 (53.52% from 255) = 40.36%
R=19.58%
G=40.06%
B=40.36%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal661351360.510.0100.47180.8634.6539.61
Hex42878833102Fb52328
Octal1022072106310572654350
Binary100001010000111100010001100111010111110110101100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #428788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #428788; }

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

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

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

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

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

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

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

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