#3B808B

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

Shades of Paradiso #3B808B

Tints of Paradiso #3B808B

Color information

#3B808B (or 0x3B808B) is unknown color: approx Paradiso. HEX triplet: 3B, 80 and 8B. RGB value is (59,128,139). Sum of RGB (Red+Green+Blue) = 59+128+139=326 (43% of max value = 765). Red value is 59 (23.44% from 255 or 18.10% from 326); Green value is 128 (50.39% from 255 or 39.26% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 139 - color contains mainly: blue. Hex color #3B808B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B808B is #C47F74. Grayscale: #6C6C6C. Windows color (decimal): -12877685 or 9142331. OLE color: 9142331.

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

Color convert

RGB59128139-
CMYK0.580.0800.45
HSL188.25º40.4%38.82%-
HSV(B)188.25º57.55%54.51%-
XYZ14.1818.2327.2-
YUV108.62145.1492.61-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.10%
GREEN value IS 128 (50.39% from 255) = 39.26%
BLUE value IS 139 (54.69% from 255) = 42.64%
R=18.10%
G=39.26%
B=42.64%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal591281390.580.0800.45188.2540.438.82
Hex3B808B3A802Dbc2827
Octal7320021372100552745047
Binary11101110000000100010111110101000010110110111100101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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