#3D7F87

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

Shades of Paradiso #3D7F87

Tints of Paradiso #3D7F87

Color information

#3D7F87 (or 0x3D7F87) is unknown color: approx Paradiso. HEX triplet: 3D, 7F and 87. RGB value is (61,127,135). Sum of RGB (Red+Green+Blue) = 61+127+135=323 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.89% from 323); Green value is 127 (50% from 255 or 39.32% from 323); Blue value is 135 (53.12% from 255 or 41.80% from 323); Max value from RGB is 135 - color contains mainly: blue. Hex color #3D7F87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D7F87 is #C28078. Grayscale: #6C6C6C. Windows color (decimal): -12746873 or 8879933. OLE color: 8879933.

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

Color convert

RGB61127135-
CMYK0.550.0600.47
HSL186.49º37.76%38.43%-
HSV(B)186.49º54.81%52.94%-
XYZ13.8917.9225.65-
YUV108.18143.1394.35-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.89%
GREEN value IS 127 (50% from 255) = 39.32%
BLUE value IS 135 (53.12% from 255) = 41.80%
R=18.89%
G=39.32%
B=41.80%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal611271350.550.0600.47186.4937.7638.43
Hex3D7F8737602Fba2626
Octal751772076760572724646
Binary111101111111110000111110111110010111110111010100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,127,135); }

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

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

 a { background-color: rgb(61,127,135); }

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

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

 span { border-color: rgb(61,127,135); }

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