Html Css Color HEX #3D828E Jelly Bean

📋 copy color: '#3D828E'

red 61 ◦ green 130 ◦ blue 142

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

Shades of Jelly Bean #3D828E

Tints of Jelly Bean #3D828E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.04%

 BLUE value IS 142 (55.86% from 255) = 42.64%

R = 18.32%
G = 39.04%
B = 42.64%

CMYK

 C value IS 0.57

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3D828E (or 0x3D828E) is known color: Jelly Bean. HEX triplet: 3D, 82 and 8E. RGB value is (61,130,142). Sum of RGB (Red+Green+Blue) = 61+130+142=333 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.32% from 333); Green value is 130 (51.17% from 255 or 39.04% from 333); Blue value is 142 (55.86% from 255 or 42.64% from 333); Max value from RGB is 142 - color contains mainly: blue. Hex color #3D828E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D828E is #C27D71. Grayscale: #6E6E6E. Windows color (decimal): -12746098 or 9339453. OLE color: 9339453.

HSL color Cylindrical-coordinate representation of color #3D828E: hue angle of 188.89º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D828E is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 61 130 142 -
CMYK 0.57 0.08 0 0.44
HSL 188.89º 0.4% 0.4% -
HSV(B) 188.89º 0.57% 0.56% -
XYZ 14.79 18.91 28.46 -
YUV 110.74 145.64 92.52 -
System Red Green Blue C M Y K H S L
Decimal 61 130 142 0.57 0.08 0 0.44 188.89 0.4 0.4
Hex 3D 82 8E 39 8 0 2C BD 28 28
Octal 75 202 216 71 10 0 54 275 50 50
Binary 111101 10000010 10001110 111001 1000 0 101100 10111101 101000 101000

Color Harmonies of #3D828E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D828E

Black with #3D828E

Text Example


Text Example

White with #3D828E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,130,142); }

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

background-color css

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

 a { background-color: rgb(61,130,142); }

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

border-color css

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

 span { border-color: rgb(61,130,142); }

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