Html Css Color HEX #3C7E94 Jelly Bean

📋 copy color: '#3C7E94'

red 60 ◦ green 126 ◦ blue 148

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

Shades of Jelly Bean #3C7E94

Tints of Jelly Bean #3C7E94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 44.31%

R = 17.96%
G = 37.72%
B = 44.31%

CMYK

 C value IS 0.59

 M value IS 0.15

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3C7E94 (or 0x3C7E94) is known color: Jelly Bean. HEX triplet: 3C, 7E and 94. RGB value is (60,126,148). Sum of RGB (Red+Green+Blue) = 60+126+148=334 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.96% from 334); Green value is 126 (49.61% from 255 or 37.72% from 334); Blue value is 148 (58.20% from 255 or 44.31% from 334); Max value from RGB is 148 - color contains mainly: blue. Hex color #3C7E94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7E94 is #C3816B. Grayscale: #6C6C6C. Windows color (decimal): -12812652 or 9731644. OLE color: 9731644.

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

Color convert

RGB 60 126 148 -
CMYK 0.59 0.15 0 0.42
HSL 195º 0.42% 0.41% -
HSV(B) 195º 0.59% 0.58% -
XYZ 14.67 18.02 30.72 -
YUV 108.77 150.13 93.21 -
System Red Green Blue C M Y K H S L
Decimal 60 126 148 0.59 0.15 0 0.42 195 0.42 0.41
Hex 3C 7E 94 3B F 0 2A C3 2A 29
Octal 74 176 224 73 17 0 52 303 52 51
Binary 111100 1111110 10010100 111011 1111 0 101010 11000011 101010 101001

Color Harmonies of #3C7E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7E94

Black with #3C7E94

Text Example


Text Example

White with #3C7E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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