#40828B

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

Shades of Paradiso #40828B

Tints of Paradiso #40828B

Color information

#40828B (or 0x40828B) is unknown color: approx Paradiso. HEX triplet: 40, 82 and 8B. RGB value is (64,130,139). Sum of RGB (Red+Green+Blue) = 64+130+139=333 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.22% from 333); Green value is 130 (51.17% from 255 or 39.04% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 139 - color contains mainly: blue. Hex color #40828B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40828B is #BF7D74. Grayscale: #6F6F6F. Windows color (decimal): -12549493 or 9142848. OLE color: 9142848.

HSL color Cylindrical-coordinate representation of color #40828B: hue angle of 187.2º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40828B is Cyan = 0.54, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB64130139-
CMYK0.540.0600.45
HSL187.2º36.95%39.8%-
HSV(B)187.2º53.96%54.51%-
XYZ14.7618.9227.3-
YUV111.29143.6394.27-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.22%
GREEN value IS 130 (51.17% from 255) = 39.04%
BLUE value IS 139 (54.69% from 255) = 41.74%
R=19.22%
G=39.04%
B=41.74%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal641301390.540.0600.45187.236.9539.8
Hex40828B36602Dbb2528
Octal1002022136660552734550
Binary10000001000001010001011110110110010110110111011100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40828B; }

 p { color: rgb(64,130,139); }

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

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

 a { background-color: rgb(64,130,139); }

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

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

 span { border-color: rgb(64,130,139); }

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