Html Css Color HEX #3C7994 Jelly Bean

📋 copy color: '#3C7994'

red 60 ◦ green 121 ◦ blue 148

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

Shades of Jelly Bean #3C7994

Tints of Jelly Bean #3C7994

RGB

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

 GREEN value IS 121 (47.66% from 255) = 36.78%

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

R = 18.24%
G = 36.78%
B = 44.98%

CMYK

 C value IS 0.59

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3C7994 (or 0x3C7994) is known color: Jelly Bean. HEX triplet: 3C, 79 and 94. RGB value is (60,121,148). Sum of RGB (Red+Green+Blue) = 60+121+148=329 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.24% from 329); Green value is 121 (47.66% from 255 or 36.78% from 329); Blue value is 148 (58.20% from 255 or 44.98% from 329); Max value from RGB is 148 - color contains mainly: blue. Hex color #3C7994 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7994 is #C3866B. Grayscale: #696969. Windows color (decimal): -12813932 or 9730364. OLE color: 9730364.

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

Color convert

RGB 60 121 148 -
CMYK 0.59 0.18 0 0.42
HSL 198.41º 0.42% 0.41% -
HSV(B) 198.41º 0.59% 0.58% -
XYZ 14.05 16.77 30.51 -
YUV 105.84 151.79 95.3 -
System Red Green Blue C M Y K H S L
Decimal 60 121 148 0.59 0.18 0 0.42 198.41 0.42 0.41
Hex 3C 79 94 3B 12 0 2A C6 2A 29
Octal 74 171 224 73 22 0 52 306 52 51
Binary 111100 1111001 10010100 111011 10010 0 101010 11000110 101010 101001

Color Harmonies of #3C7994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7994

Black with #3C7994

Text Example


Text Example

White with #3C7994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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