#3A7B86

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

Shades of Paradiso #3A7B86

Tints of Paradiso #3A7B86

Color information

#3A7B86 (or 0x3A7B86) is unknown color: approx Paradiso. HEX triplet: 3A, 7B and 86. RGB value is (58,123,134). Sum of RGB (Red+Green+Blue) = 58+123+134=315 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.41% from 315); Green value is 123 (48.44% from 255 or 39.05% from 315); Blue value is 134 (52.73% from 255 or 42.54% from 315); Max value from RGB is 134 - color contains mainly: blue. Hex color #3A7B86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7B86 is #C58479. Grayscale: #686868. Windows color (decimal): -12944506 or 8813370. OLE color: 8813370.

HSL color Cylindrical-coordinate representation of color #3A7B86: hue angle of 188.68º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A7B86 is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB58123134-
CMYK0.570.0800.47
HSL188.68º39.58%37.65%-
HSV(B)188.68º56.72%52.55%-
XYZ13.1316.7925.1-
YUV104.82144.4794.61-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 18.41%
GREEN value IS 123 (48.44% from 255) = 39.05%
BLUE value IS 134 (52.73% from 255) = 42.54%
R=18.41%
G=39.05%
B=42.54%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal581231340.570.0800.47188.6839.5837.65
Hex3A7B8639802Fbd2826
Octal7217320671100572755046
Binary1110101111011100001101110011000010111110111101101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A7B86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,123,134); }

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

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

 a { background-color: rgb(58,123,134); }

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

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

 span { border-color: rgb(58,123,134); }

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