#3D7A87

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

Shades of Jelly Bean #3D7A87

Tints of Jelly Bean #3D7A87

Color information

#3D7A87 (or 0x3D7A87) is unknown color: approx Jelly Bean. HEX triplet: 3D, 7A and 87. RGB value is (61,122,135). Sum of RGB (Red+Green+Blue) = 61+122+135=318 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.18% from 318); Green value is 122 (48.05% from 255 or 38.36% 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 #3D7A87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D7A87 is #C28578. Grayscale: #696969. Windows color (decimal): -12748153 or 8878653. OLE color: 8878653.

HSL color Cylindrical-coordinate representation of color #3D7A87: hue angle of 190.54º 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 #3D7A87 is Cyan = 0.55, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB61122135-
CMYK0.550.1000.47
HSL190.54º37.76%38.43%-
HSV(B)190.54º54.81%52.94%-
XYZ13.2616.6625.44-
YUV105.24144.7996.44-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.18%
GREEN value IS 122 (48.05% from 255) = 38.36%
BLUE value IS 135 (53.12% from 255) = 42.45%
R=19.18%
G=38.36%
B=42.45%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal611221350.550.1000.47190.5437.7638.43
Hex3D7A8737A02Fbf2626
Octal7517220767120572774646
Binary1111011111010100001111101111010010111110111111100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7A87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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