#3D7988

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

Shades of Jelly Bean #3D7988

Tints of Jelly Bean #3D7988

Color information

#3D7988 (or 0x3D7988) is unknown color: approx Jelly Bean. HEX triplet: 3D, 79 and 88. RGB value is (61,121,136). Sum of RGB (Red+Green+Blue) = 61+121+136=318 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.18% from 318); Green value is 121 (47.66% from 255 or 38.05% from 318); Blue value is 136 (53.52% from 255 or 42.77% from 318); Max value from RGB is 136 - color contains mainly: blue. Hex color #3D7988 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D7988 is #C28677. Grayscale: #686868. Windows color (decimal): -12748408 or 8943933. OLE color: 8943933.

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

Color convert

RGB61121136-
CMYK0.550.1100.47
HSL192º38.07%38.63%-
HSV(B)192º55.15%53.33%-
XYZ13.2116.4425.77-
YUV104.77145.6296.78-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.18%
GREEN value IS 121 (47.66% from 255) = 38.05%
BLUE value IS 136 (53.52% from 255) = 42.77%
R=19.18%
G=38.05%
B=42.77%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal611211360.550.1100.4719238.0738.63
Hex3D798837B02Fc02627
Octal7517121067130573004647
Binary1111011111001100010001101111011010111111000000100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,121,136); }

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

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

 a { background-color: rgb(61,121,136); }

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

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

 span { border-color: rgb(61,121,136); }

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