Html Css Color HEX #3C7F95 Jelly Bean

📋 copy color: '#3C7F95'

red 60 ◦ green 127 ◦ blue 149

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

Shades of Jelly Bean #3C7F95

Tints of Jelly Bean #3C7F95

RGB

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

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

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

R = 17.86%
G = 37.8%
B = 44.35%

CMYK

 C value IS 0.60

 M value IS 0.15

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3C7F95 (or 0x3C7F95) is known color: Jelly Bean. HEX triplet: 3C, 7F and 95. RGB value is (60,127,149). Sum of RGB (Red+Green+Blue) = 60+127+149=336 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.86% from 336); Green value is 127 (50% from 255 or 37.80% from 336); Blue value is 149 (58.59% from 255 or 44.35% from 336); Max value from RGB is 149 - color contains mainly: blue. Hex color #3C7F95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7F95 is #C3806A. Grayscale: #6D6D6D. Windows color (decimal): -12812395 or 9797436. OLE color: 9797436.

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

Color convert

RGB 60 127 149 -
CMYK 0.60 0.15 0 0.42
HSL 194.83º 0.43% 0.41% -
HSV(B) 194.83º 0.6% 0.58% -
XYZ 14.88 18.31 31.18 -
YUV 109.48 150.3 92.71 -
System Red Green Blue C M Y K H S L
Decimal 60 127 149 0.60 0.15 0 0.42 194.83 0.43 0.41
Hex 3C 7F 95 3C F 0 2A C3 2B 29
Octal 74 177 225 74 17 0 52 303 53 51
Binary 111100 1111111 10010101 111100 1111 0 101010 11000011 101011 101001

Color Harmonies of #3C7F95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7F95

Black with #3C7F95

Text Example


Text Example

White with #3C7F95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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