#3A808B

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

Shades of Paradiso #3A808B

Tints of Paradiso #3A808B

Color information

#3A808B (or 0x3A808B) is unknown color: approx Paradiso. HEX triplet: 3A, 80 and 8B. RGB value is (58,128,139). Sum of RGB (Red+Green+Blue) = 58+128+139=325 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.85% from 325); Green value is 128 (50.39% from 255 or 39.38% from 325); Blue value is 139 (54.69% from 255 or 42.77% from 325); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A808B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A808B is #C57F74. Grayscale: #6C6C6C. Windows color (decimal): -12943221 or 9142330. OLE color: 9142330.

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

Color convert

RGB58128139-
CMYK0.580.0800.45
HSL188.15º41.12%38.63%-
HSV(B)188.15º58.27%54.51%-
XYZ14.1218.227.2-
YUV108.32145.3192.11-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.85%
GREEN value IS 128 (50.39% from 255) = 39.38%
BLUE value IS 139 (54.69% from 255) = 42.77%
R=17.85%
G=39.38%
B=42.77%

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
Decimal581281390.580.0800.45188.1541.1238.63
Hex3A808B3A802Dbc2927
Octal7220021372100552745147
Binary11101010000000100010111110101000010110110111100101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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