Html Css Color HEX #3A7A8B Jelly Bean

📋 copy color: '#3A7A8B'

red 58 ◦ green 122 ◦ blue 139

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

Shades of Jelly Bean #3A7A8B

Tints of Jelly Bean #3A7A8B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 38.24%

 BLUE value IS 139 (54.69% from 255) = 43.57%

R = 18.18%
G = 38.24%
B = 43.57%

CMYK

 C value IS 0.58

 M value IS 0.12

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#3A7A8B (or 0x3A7A8B) is known color: Jelly Bean. HEX triplet: 3A, 7A and 8B. RGB value is (58,122,139). Sum of RGB (Red+Green+Blue) = 58+122+139=319 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.18% from 319); Green value is 122 (48.05% from 255 or 38.24% from 319); Blue value is 139 (54.69% from 255 or 43.57% from 319); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A7A8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7A8B is #C58574. Grayscale: #686868. Windows color (decimal): -12944757 or 9140794. OLE color: 9140794.

HSL color Cylindrical-coordinate representation of color #3A7A8B: hue angle of 192.59º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A7A8B is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 58 122 139 -
CMYK 0.58 0.12 0 0.45
HSL 192.59º 0.41% 0.39% -
HSV(B) 192.59º 0.58% 0.55% -
XYZ 13.36 16.68 26.94 -
YUV 104.8 147.3 94.62 -
System Red Green Blue C M Y K H S L
Decimal 58 122 139 0.58 0.12 0 0.45 192.59 0.41 0.39
Hex 3A 7A 8B 3A C 0 2D C1 29 27
Octal 72 172 213 72 14 0 55 301 51 47
Binary 111010 1111010 10001011 111010 1100 0 101101 11000001 101001 100111

Color Harmonies of #3A7A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7A8B

Black with #3A7A8B

Text Example


Text Example

White with #3A7A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,122,139); }

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

background-color css

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

 a { background-color: rgb(58,122,139); }

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

border-color css

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

 span { border-color: rgb(58,122,139); }

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