#40828D

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

Shades of Paradiso #40828D

Tints of Paradiso #40828D

Color information

#40828D (or 0x40828D) is unknown color: approx Paradiso. HEX triplet: 40, 82 and 8D. RGB value is (64,130,141). Sum of RGB (Red+Green+Blue) = 64+130+141=335 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.10% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 141 - color contains mainly: blue. Hex color #40828D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40828D is #BF7D72. Grayscale: #6F6F6F. Windows color (decimal): -12549491 or 9273920. OLE color: 9273920.

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

Color convert

RGB64130141-
CMYK0.550.0800.45
HSL188.57º37.56%40.2%-
HSV(B)188.57º54.61%55.29%-
XYZ14.918.9828.08-
YUV111.52144.6394.11-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 19.10%
GREEN value IS 130 (51.17% from 255) = 38.81%
BLUE value IS 141 (55.47% from 255) = 42.09%
R=19.10%
G=38.81%
B=42.09%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal641301410.550.0800.45188.5737.5640.2
Hex40828D37802Dbd2628
Octal10020221567100552754650
Binary100000010000010100011011101111000010110110111101100110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40828D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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