Html Css Color HEX #3C7A95 Jelly Bean

📋 copy color: '#3C7A95'

red 60 ◦ green 122 ◦ blue 149

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

Shades of Jelly Bean #3C7A95

Tints of Jelly Bean #3C7A95

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.86%

 BLUE value IS 149 (58.59% from 255) = 45.02%

R = 18.13%
G = 36.86%
B = 45.02%

CMYK

 C value IS 0.60

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3C7A95 (or 0x3C7A95) is known color: Jelly Bean. HEX triplet: 3C, 7A and 95. RGB value is (60,122,149). Sum of RGB (Red+Green+Blue) = 60+122+149=331 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.13% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 149 (58.59% from 255 or 45.02% from 331); Max value from RGB is 149 - color contains mainly: blue. Hex color #3C7A95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7A95 is #C3856A. Grayscale: #6A6A6A. Windows color (decimal): -12813675 or 9796156. OLE color: 9796156.

HSL color Cylindrical-coordinate representation of color #3C7A95: hue angle of 198.2º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C7A95 is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 60 122 149 -
CMYK 0.60 0.18 0 0.42
HSL 198.2º 0.43% 0.41% -
HSV(B) 198.2º 0.6% 0.58% -
XYZ 14.25 17.05 30.97 -
YUV 106.54 151.96 94.8 -
System Red Green Blue C M Y K H S L
Decimal 60 122 149 0.60 0.18 0 0.42 198.2 0.43 0.41
Hex 3C 7A 95 3C 12 0 2A C6 2B 29
Octal 74 172 225 74 22 0 52 306 53 51
Binary 111100 1111010 10010101 111100 10010 0 101010 11000110 101011 101001

Color Harmonies of #3C7A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7A95

Black with #3C7A95

Text Example


Text Example

White with #3C7A95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,122,149); }

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

background-color css

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

 a { background-color: rgb(60,122,149); }

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

border-color css

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

 span { border-color: rgb(60,122,149); }

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