Html Css Color HEX #3D8195 Jelly Bean

📋 copy color: '#3D8195'

red 61 ◦ green 129 ◦ blue 149

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

Shades of Jelly Bean #3D8195

Tints of Jelly Bean #3D8195

RGB

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

 GREEN value IS 129 (50.78% from 255) = 38.05%

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

R = 17.99%
G = 38.05%
B = 43.95%

CMYK

 C value IS 0.59

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3D8195 (or 0x3D8195) is known color: Jelly Bean. HEX triplet: 3D, 81 and 95. RGB value is (61,129,149). Sum of RGB (Red+Green+Blue) = 61+129+149=339 (44% of max value = 765). Red value is 61 (24.22% from 255 or 17.99% from 339); Green value is 129 (50.78% from 255 or 38.05% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 149 - color contains mainly: blue. Hex color #3D8195 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D8195 is #C27E6A. Grayscale: #6E6E6E. Windows color (decimal): -12746347 or 9797949. OLE color: 9797949.

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

Color convert

RGB 61 129 149 -
CMYK 0.59 0.13 0 0.42
HSL 193.64º 0.42% 0.41% -
HSV(B) 193.64º 0.59% 0.58% -
XYZ 15.2 18.86 31.27 -
YUV 110.95 149.47 92.37 -
System Red Green Blue C M Y K H S L
Decimal 61 129 149 0.59 0.13 0 0.42 193.64 0.42 0.41
Hex 3D 81 95 3B D 0 2A C2 2A 29
Octal 75 201 225 73 15 0 52 302 52 51
Binary 111101 10000001 10010101 111011 1101 0 101010 11000010 101010 101001

Color Harmonies of #3D8195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D8195

Black with #3D8195

Text Example


Text Example

White with #3D8195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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