#3D7D8A

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

Shades of Jelly Bean #3D7D8A

Tints of Jelly Bean #3D7D8A

Color information

#3D7D8A (or 0x3D7D8A) is unknown color: approx Jelly Bean. HEX triplet: 3D, 7D and 8A. RGB value is (61,125,138). Sum of RGB (Red+Green+Blue) = 61+125+138=324 (42% of max value = 765). Red value is 61 (24.22% from 255 or 18.83% from 324); Green value is 125 (49.22% from 255 or 38.58% from 324); Blue value is 138 (54.30% from 255 or 42.59% from 324); Max value from RGB is 138 - color contains mainly: blue. Hex color #3D7D8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D7D8A is #C28275. Grayscale: #6B6B6B. Windows color (decimal): -12747382 or 9076029. OLE color: 9076029.

HSL color Cylindrical-coordinate representation of color #3D7D8A: hue angle of 190.13º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3D7D8A is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB61125138-
CMYK0.560.0900.46
HSL190.13º38.69%39.02%-
HSV(B)190.13º55.8%54.12%-
XYZ13.8517.4926.69-
YUV107.35145.394.94-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 18.83%
GREEN value IS 125 (49.22% from 255) = 38.58%
BLUE value IS 138 (54.30% from 255) = 42.59%
R=18.83%
G=38.58%
B=42.59%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal611251380.560.0900.46190.1338.6939.02
Hex3D7D8A38902Ebe2727
Octal7517521270110562764747
Binary1111011111101100010101110001001010111010111110100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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