Html Css Color HEX #3C7F99 Jelly Bean

📋 copy color: '#3C7F99'

red 60 ◦ green 127 ◦ blue 153

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

Shades of Jelly Bean #3C7F99

Tints of Jelly Bean #3C7F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 45%

R = 17.65%
G = 37.35%
B = 45%

CMYK

 C value IS 0.61

 M value IS 0.17

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#3C7F99 (or 0x3C7F99) is known color: Jelly Bean. HEX triplet: 3C, 7F and 99. RGB value is (60,127,153). Sum of RGB (Red+Green+Blue) = 60+127+153=340 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.65% from 340); Green value is 127 (50% from 255 or 37.35% from 340); Blue value is 153 (60.16% from 255 or 45% from 340); Max value from RGB is 153 - color contains mainly: blue. Hex color #3C7F99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7F99 is #C38066. Grayscale: #6D6D6D. Windows color (decimal): -12812391 or 10059580. OLE color: 10059580.

HSL color Cylindrical-coordinate representation of color #3C7F99: hue angle of 196.77º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C7F99 is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 60 127 153 -
CMYK 0.61 0.17 0 0.4
HSL 196.77º 0.44% 0.42% -
HSV(B) 196.77º 0.61% 0.6% -
XYZ 15.2 18.44 32.89 -
YUV 109.93 152.3 92.39 -
System Red Green Blue C M Y K H S L
Decimal 60 127 153 0.61 0.17 0 0.4 196.77 0.44 0.42
Hex 3C 7F 99 3D 11 0 28 C5 2C 2A
Octal 74 177 231 75 21 0 50 305 54 52
Binary 111100 1111111 10011001 111101 10001 0 101000 11000101 101100 101010

Color Harmonies of #3C7F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7F99

Black with #3C7F99

Text Example


Text Example

White with #3C7F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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