Html Css Color HEX #3D8095 Jelly Bean

📋 copy color: '#3D8095'

red 61 ◦ green 128 ◦ blue 149

#3D8095
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jelly Bean #3D8095

Tints of Jelly Bean #3D8095

RGB

 RED value IS 61 (24.22% from 255) = 18.05%

 GREEN value IS 128 (50.39% from 255) = 37.87%

 BLUE value IS 149 (58.59% from 255) = 44.08%

R = 18.05%
G = 37.87%
B = 44.08%

CMYK

 C value IS 0.59

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3D8095 (or 0x3D8095) is known color: Jelly Bean. HEX triplet: 3D, 80 and 95. RGB value is (61,128,149). Sum of RGB (Red+Green+Blue) = 61+128+149=338 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.05% from 338); Green value is 128 (50.39% from 255 or 37.87% from 338); Blue value is 149 (58.59% from 255 or 44.08% from 338); Max value from RGB is 149 - color contains mainly: blue. Hex color #3D8095 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D8095 is #C27F6A. Grayscale: #6E6E6E. Windows color (decimal): -12746603 or 9797693. OLE color: 9797693.

HSL color Cylindrical-coordinate representation of color #3D8095: hue angle of 194.32º 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 #3D8095 is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 61 128 149 -
CMYK 0.59 0.14 0 0.42
HSL 194.32º 0.42% 0.41% -
HSV(B) 194.32º 0.59% 0.58% -
XYZ 15.07 18.6 31.23 -
YUV 110.36 149.8 92.79 -
System Red Green Blue C M Y K H S L
Decimal 61 128 149 0.59 0.14 0 0.42 194.32 0.42 0.41
Hex 3D 80 95 3B E 0 2A C2 2A 29
Octal 75 200 225 73 16 0 52 302 52 51
Binary 111101 10000000 10010101 111011 1110 0 101010 11000010 101010 101001

Color Harmonies of #3D8095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D8095

Black with #3D8095

Text Example


Text Example

White with #3D8095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,128,149); }

 H1.HeaderClassName
 {
   color: #3D8095;
 }
 .AnyTagClassName
 {
   color: #3D8095;
 }
</style>

background-color css

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

 a { background-color: rgb(61,128,149); }

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

border-color css

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

 span { border-color: rgb(61,128,149); }

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