#3D7D94

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

Shades of Jelly Bean #3D7D94

Tints of Jelly Bean #3D7D94

Color information

#3D7D94 (or 0x3D7D94) is unknown color: approx Jelly Bean. HEX triplet: 3D, 7D and 94. RGB value is (61,125,148). Sum of RGB (Red+Green+Blue) = 61+125+148=334 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.26% from 334); Green value is 125 (49.22% from 255 or 37.43% from 334); Blue value is 148 (58.20% from 255 or 44.31% from 334); Max value from RGB is 148 - color contains mainly: blue. Hex color #3D7D94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D7D94 is #C2826B. Grayscale: #6C6C6C. Windows color (decimal): -12747372 or 9731389. OLE color: 9731389.

HSL color Cylindrical-coordinate representation of color #3D7D94: hue angle of 195.86º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D7D94 is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB61125148-
CMYK0.590.1600.42
HSL195.86º41.63%40.98%-
HSV(B)195.86º58.78%58.04%-
XYZ14.617.830.68-
YUV108.49150.394.13-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.26%
GREEN value IS 125 (49.22% from 255) = 37.43%
BLUE value IS 148 (58.20% from 255) = 44.31%
R=18.26%
G=37.43%
B=44.31%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal611251480.590.1600.42195.8641.6340.98
Hex3D7D943B1002Ac42a29
Octal7517522473200523045251
Binary11110111111011001010011101110000010101011000100101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,125,148); }

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

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

 a { background-color: rgb(61,125,148); }

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

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

 span { border-color: rgb(61,125,148); }

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