Html Css Color HEX #3C7F98 Jelly Bean

📋 copy color: '#3C7F98'

red 60 ◦ green 127 ◦ blue 152

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

Shades of Jelly Bean #3C7F98

Tints of Jelly Bean #3C7F98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 44.84%

R = 17.7%
G = 37.46%
B = 44.84%

CMYK

 C value IS 0.61

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#3C7F98 (or 0x3C7F98) is known color: Jelly Bean. HEX triplet: 3C, 7F and 98. RGB value is (60,127,152). Sum of RGB (Red+Green+Blue) = 60+127+152=339 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.70% from 339); Green value is 127 (50% from 255 or 37.46% from 339); Blue value is 152 (59.77% from 255 or 44.84% from 339); Max value from RGB is 152 - color contains mainly: blue. Hex color #3C7F98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C7F98 is #C38067. Grayscale: #6D6D6D. Windows color (decimal): -12812392 or 9994044. OLE color: 9994044.

HSL color Cylindrical-coordinate representation of color #3C7F98: hue angle of 196.3º degrees, saturation: 0.43, 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 #3C7F98 is Cyan = 0.61, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 60 127 152 -
CMYK 0.61 0.16 0 0.40
HSL 196.3º 0.43% 0.42% -
HSV(B) 196.3º 0.61% 0.6% -
XYZ 15.12 18.41 32.46 -
YUV 109.82 151.8 92.47 -
System Red Green Blue C M Y K H S L
Decimal 60 127 152 0.61 0.16 0 0.40 196.3 0.43 0.42
Hex 3C 7F 98 3D 10 0 28 C4 2B 2A
Octal 74 177 230 75 20 0 50 304 53 52
Binary 111100 1111111 10011000 111101 10000 0 101000 11000100 101011 101010

Color Harmonies of #3C7F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C7F98

Black with #3C7F98

Text Example


Text Example

White with #3C7F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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