Html Css Color HEX #3D7F8E Jelly Bean

📋 copy color: '#3D7F8E'

red 61 ◦ green 127 ◦ blue 142

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

Shades of Jelly Bean #3D7F8E

Tints of Jelly Bean #3D7F8E

RGB

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

 GREEN value IS 127 (50% from 255) = 38.48%

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

R = 18.48%
G = 38.48%
B = 43.03%

CMYK

 C value IS 0.57

 M value IS 0.11

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3D7F8E (or 0x3D7F8E) is known color: Jelly Bean. HEX triplet: 3D, 7F and 8E. RGB value is (61,127,142). Sum of RGB (Red+Green+Blue) = 61+127+142=330 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.48% from 330); Green value is 127 (50% from 255 or 38.48% from 330); Blue value is 142 (55.86% from 255 or 43.03% from 330); Max value from RGB is 142 - color contains mainly: blue. Hex color #3D7F8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D7F8E is #C28071. Grayscale: #6C6C6C. Windows color (decimal): -12746866 or 9338685. OLE color: 9338685.

HSL color Cylindrical-coordinate representation of color #3D7F8E: hue angle of 191.11º 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 #3D7F8E is Cyan = 0.57, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 61 127 142 -
CMYK 0.57 0.11 0 0.44
HSL 191.11º 0.4% 0.4% -
HSV(B) 191.11º 0.57% 0.56% -
XYZ 14.4 18.12 28.33 -
YUV 108.98 146.63 93.78 -
System Red Green Blue C M Y K H S L
Decimal 61 127 142 0.57 0.11 0 0.44 191.11 0.4 0.4
Hex 3D 7F 8E 39 B 0 2C BF 28 28
Octal 75 177 216 71 13 0 54 277 50 50
Binary 111101 1111111 10001110 111001 1011 0 101100 10111111 101000 101000

Color Harmonies of #3D7F8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D7F8E

Black with #3D7F8E

Text Example


Text Example

White with #3D7F8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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