#3D828B

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

Shades of Paradiso #3D828B

Tints of Paradiso #3D828B

Color information

#3D828B (or 0x3D828B) is unknown color: approx Paradiso. HEX triplet: 3D, 82 and 8B. RGB value is (61,130,139). Sum of RGB (Red+Green+Blue) = 61+130+139=330 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.48% from 330); Green value is 130 (51.17% from 255 or 39.39% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 139 - color contains mainly: blue. Hex color #3D828B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D828B is #C27D74. Grayscale: #6E6E6E. Windows color (decimal): -12746101 or 9142845. OLE color: 9142845.

HSL color Cylindrical-coordinate representation of color #3D828B: hue angle of 186.92º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D828B is Cyan = 0.56, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB61130139-
CMYK0.560.0600.45
HSL186.92º39%39.22%-
HSV(B)186.92º56.12%54.51%-
XYZ14.5718.8227.29-
YUV110.4144.1492.77-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.48%
GREEN value IS 130 (51.17% from 255) = 39.39%
BLUE value IS 139 (54.69% from 255) = 42.12%
R=18.48%
G=39.39%
B=42.12%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal611301390.560.0600.45186.923939.22
Hex3D828B38602Dbb2727
Octal752022137060552734747
Binary1111011000001010001011111000110010110110111011100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D828B; }

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

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

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

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

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

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

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

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