#3D7B88

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

Shades of Jelly Bean #3D7B88

Tints of Jelly Bean #3D7B88

Color information

#3D7B88 (or 0x3D7B88) is unknown color: approx Jelly Bean. HEX triplet: 3D, 7B and 88. RGB value is (61,123,136). Sum of RGB (Red+Green+Blue) = 61+123+136=320 (42% of max value = 765). Red value is 61 (24.22% from 255 or 19.06% from 320); Green value is 123 (48.44% from 255 or 38.44% from 320); Blue value is 136 (53.52% from 255 or 42.5% from 320); Max value from RGB is 136 - color contains mainly: blue. Hex color #3D7B88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D7B88 is #C28477. Grayscale: #696969. Windows color (decimal): -12747896 or 8944445. OLE color: 8944445.

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

Color convert

RGB61123136-
CMYK0.550.1000.47
HSL190.4º38.07%38.63%-
HSV(B)190.4º55.15%53.33%-
XYZ13.4516.9425.85-
YUV105.94144.9695.94-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 19.06%
GREEN value IS 123 (48.44% from 255) = 38.44%
BLUE value IS 136 (53.52% from 255) = 42.5%
R=19.06%
G=38.44%
B=42.5%

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
Decimal611231360.550.1000.47190.438.0738.63
Hex3D7B8837A02Fbe2627
Octal7517321067120572764647
Binary1111011111011100010001101111010010111110111110100110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D7B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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