Html Css Color HEX #3C7E91 Jelly Bean

📋 copy color: '#3C7E91'

red 60 ◦ green 126 ◦ blue 145

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

Shades of Jelly Bean #3C7E91

Tints of Jelly Bean #3C7E91

RGB

 RED value IS 60 (23.83% from 255) = 18.13%

 GREEN value IS 126 (49.61% from 255) = 38.07%

 BLUE value IS 145 (57.03% from 255) = 43.81%

R = 18.13%
G = 38.07%
B = 43.81%

CMYK

 C value IS 0.59

 M value IS 0.13

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#3C7E91 (or 0x3C7E91) is known color: Jelly Bean. HEX triplet: 3C, 7E and 91. RGB value is (60,126,145). Sum of RGB (Red+Green+Blue) = 60+126+145=331 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.13% from 331); Green value is 126 (49.61% from 255 or 38.07% from 331); Blue value is 145 (57.03% from 255 or 43.81% from 331); Max value from RGB is 145 - color contains mainly: blue. Hex color #3C7E91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7E91 is #C3816E. Grayscale: #6C6C6C. Windows color (decimal): -12812655 or 9535036. OLE color: 9535036.

HSL color Cylindrical-coordinate representation of color #3C7E91: hue angle of 193.41º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C7E91 is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 60 126 145 -
CMYK 0.59 0.13 0 0.43
HSL 193.41º 0.41% 0.4% -
HSV(B) 193.41º 0.59% 0.57% -
XYZ 14.44 17.93 29.49 -
YUV 108.43 148.63 93.46 -
System Red Green Blue C M Y K H S L
Decimal 60 126 145 0.59 0.13 0 0.43 193.41 0.41 0.4
Hex 3C 7E 91 3B D 0 2B C1 29 28
Octal 74 176 221 73 15 0 53 301 51 50
Binary 111100 1111110 10010001 111011 1101 0 101011 11000001 101001 101000

Color Harmonies of #3C7E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7E91

Black with #3C7E91

Text Example


Text Example

White with #3C7E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,126,145); }

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

background-color css

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

 a { background-color: rgb(60,126,145); }

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

border-color css

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

 span { border-color: rgb(60,126,145); }

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