Html Css Color HEX #3A7F93 Jelly Bean

📋 copy color: '#3A7F93'

red 58 ◦ green 127 ◦ blue 147

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

Shades of Jelly Bean #3A7F93

Tints of Jelly Bean #3A7F93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 44.28%

R = 17.47%
G = 38.25%
B = 44.28%

CMYK

 C value IS 0.61

 M value IS 0.14

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3A7F93 (or 0x3A7F93) is known color: Jelly Bean. HEX triplet: 3A, 7F and 93. RGB value is (58,127,147). Sum of RGB (Red+Green+Blue) = 58+127+147=332 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.47% from 332); Green value is 127 (50% from 255 or 38.25% from 332); Blue value is 147 (57.81% from 255 or 44.28% from 332); Max value from RGB is 147 - color contains mainly: blue. Hex color #3A7F93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7F93 is #C5806C. Grayscale: #6C6C6C. Windows color (decimal): -12943469 or 9666362. OLE color: 9666362.

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

Color convert

RGB 58 127 147 -
CMYK 0.61 0.14 0 0.42
HSL 193.48º 0.43% 0.4% -
HSV(B) 193.48º 0.61% 0.58% -
XYZ 14.6 18.18 30.34 -
YUV 108.65 149.64 91.87 -
System Red Green Blue C M Y K H S L
Decimal 58 127 147 0.61 0.14 0 0.42 193.48 0.43 0.4
Hex 3A 7F 93 3D E 0 2A C1 2B 28
Octal 72 177 223 75 16 0 52 301 53 50
Binary 111010 1111111 10010011 111101 1110 0 101010 11000001 101011 101000

Color Harmonies of #3A7F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7F93

Black with #3A7F93

Text Example


Text Example

White with #3A7F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,127,147); }

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

background-color css

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

 a { background-color: rgb(58,127,147); }

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

border-color css

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

 span { border-color: rgb(58,127,147); }

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