#3D808B

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

Shades of Paradiso #3D808B

Tints of Paradiso #3D808B

Color information

#3D808B (or 0x3D808B) is unknown color: approx Paradiso. HEX triplet: 3D, 80 and 8B. RGB value is (61,128,139). Sum of RGB (Red+Green+Blue) = 61+128+139=328 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.60% from 328); Green value is 128 (50.39% from 255 or 39.02% from 328); Blue value is 139 (54.69% from 255 or 42.38% from 328); Max value from RGB is 139 - color contains mainly: blue. Hex color #3D808B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D808B is #C27F74. Grayscale: #6D6D6D. Windows color (decimal): -12746613 or 9142333. OLE color: 9142333.

HSL color Cylindrical-coordinate representation of color #3D808B: hue angle of 188.46º 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 #3D808B is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB61128139-
CMYK0.560.0800.45
HSL188.46º39%39.22%-
HSV(B)188.46º56.12%54.51%-
XYZ14.318.2927.2-
YUV109.22144.893.61-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.60%
GREEN value IS 128 (50.39% from 255) = 39.02%
BLUE value IS 139 (54.69% from 255) = 42.38%
R=18.60%
G=39.02%
B=42.38%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal611281390.560.0800.45188.463939.22
Hex3D808B38802Dbc2727
Octal7520021370100552744747
Binary11110110000000100010111110001000010110110111100100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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