#3D7A8E

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

Shades of Jelly Bean #3D7A8E

Tints of Jelly Bean #3D7A8E

Color information

#3D7A8E (or 0x3D7A8E) is unknown color: approx Jelly Bean. HEX triplet: 3D, 7A and 8E. RGB value is (61,122,142). Sum of RGB (Red+Green+Blue) = 61+122+142=325 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.77% from 325); Green value is 122 (48.05% from 255 or 37.54% from 325); Blue value is 142 (55.86% from 255 or 43.69% from 325); Max value from RGB is 142 - color contains mainly: blue. Hex color #3D7A8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D7A8E is #C28571. Grayscale: #696969. Windows color (decimal): -12748146 or 9337405. OLE color: 9337405.

HSL color Cylindrical-coordinate representation of color #3D7A8E: hue angle of 194.81º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D7A8E is Cyan = 0.57, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB61122142-
CMYK0.570.1400.44
HSL194.81º39.9%39.8%-
HSV(B)194.81º57.04%55.69%-
XYZ13.7716.8628.12-
YUV106.04148.2995.87-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.77%
GREEN value IS 122 (48.05% from 255) = 37.54%
BLUE value IS 142 (55.86% from 255) = 43.69%
R=18.77%
G=37.54%
B=43.69%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal611221420.570.1400.44194.8139.939.8
Hex3D7A8E39E02Cc32828
Octal7517221671160543035050
Binary1111011111010100011101110011110010110011000011101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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