Html Css Color HEX #3A7C94 Jelly Bean

📋 copy color: '#3A7C94'

red 58 ◦ green 124 ◦ blue 148

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

Shades of Jelly Bean #3A7C94

Tints of Jelly Bean #3A7C94

RGB

 RED value IS 58 (23.05% from 255) = 17.58%

 GREEN value IS 124 (48.83% from 255) = 37.58%

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

R = 17.58%
G = 37.58%
B = 44.85%

CMYK

 C value IS 0.61

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3A7C94 (or 0x3A7C94) is known color: Jelly Bean. HEX triplet: 3A, 7C and 94. RGB value is (58,124,148). Sum of RGB (Red+Green+Blue) = 58+124+148=330 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.58% from 330); Green value is 124 (48.83% from 255 or 37.58% from 330); Blue value is 148 (58.20% from 255 or 44.85% from 330); Max value from RGB is 148 - color contains mainly: blue. Hex color #3A7C94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7C94 is #C5836B. Grayscale: #6A6A6A. Windows color (decimal): -12944236 or 9731130. OLE color: 9731130.

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

Color convert

RGB 58 124 148 -
CMYK 0.61 0.16 0 0.42
HSL 196º 0.44% 0.4% -
HSV(B) 196º 0.61% 0.58% -
XYZ 14.3 17.45 30.63 -
YUV 107 151.13 93.05 -
System Red Green Blue C M Y K H S L
Decimal 58 124 148 0.61 0.16 0 0.42 196 0.44 0.4
Hex 3A 7C 94 3D 10 0 2A C4 2C 28
Octal 72 174 224 75 20 0 52 304 54 50
Binary 111010 1111100 10010100 111101 10000 0 101010 11000100 101100 101000

Color Harmonies of #3A7C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7C94

Black with #3A7C94

Text Example


Text Example

White with #3A7C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,124,148); }

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

background-color css

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

 a { background-color: rgb(58,124,148); }

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

border-color css

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

 span { border-color: rgb(58,124,148); }

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