#3B7C87

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

Shades of Paradiso #3B7C87

Tints of Paradiso #3B7C87

Color information

#3B7C87 (or 0x3B7C87) is unknown color: approx Paradiso. HEX triplet: 3B, 7C and 87. RGB value is (59,124,135). Sum of RGB (Red+Green+Blue) = 59+124+135=318 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.55% from 318); Green value is 124 (48.83% from 255 or 38.99% from 318); Blue value is 135 (53.12% from 255 or 42.45% from 318); Max value from RGB is 135 - color contains mainly: blue. Hex color #3B7C87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B7C87 is #C48378. Grayscale: #696969. Windows color (decimal): -12878713 or 8879163. OLE color: 8879163.

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

Color convert

RGB59124135-
CMYK0.560.0800.47
HSL188.68º39.18%38.04%-
HSV(B)188.68º56.3%52.94%-
XYZ13.3817.0925.52-
YUV105.82144.4794.61-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 18.55%
GREEN value IS 124 (48.83% from 255) = 38.99%
BLUE value IS 135 (53.12% from 255) = 42.45%
R=18.55%
G=38.99%
B=42.45%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal591241350.560.0800.47188.6839.1838.04
Hex3B7C8738802Fbd2726
Octal7317420770100572754746
Binary1110111111100100001111110001000010111110111101100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B7C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,124,135); }

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

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

 a { background-color: rgb(59,124,135); }

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

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

 span { border-color: rgb(59,124,135); }

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