Html Css Color HEX #3A789A Jelly Bean

📋 copy color: '#3A789A'

red 58 ◦ green 120 ◦ blue 154

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

Shades of Jelly Bean #3A789A

Tints of Jelly Bean #3A789A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.14%

 BLUE value IS 154 (60.55% from 255) = 46.39%

R = 17.47%
G = 36.14%
B = 46.39%

CMYK

 C value IS 0.62

 M value IS 0.22

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#3A789A (or 0x3A789A) is known color: Jelly Bean. HEX triplet: 3A, 78 and 9A. RGB value is (58,120,154). Sum of RGB (Red+Green+Blue) = 58+120+154=332 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.47% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 154 (60.55% from 255 or 46.39% from 332); Max value from RGB is 154 - color contains mainly: blue. Hex color #3A789A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A789A is #C58765. Grayscale: #696969. Windows color (decimal): -12945254 or 10123322. OLE color: 10123322.

HSL color Cylindrical-coordinate representation of color #3A789A: hue angle of 201.25º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A789A is Cyan = 0.62, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 58 120 154 -
CMYK 0.62 0.22 0 0.40
HSL 201.25º 0.45% 0.42% -
HSV(B) 201.25º 0.62% 0.6% -
XYZ 14.29 16.67 33.04 -
YUV 105.34 155.46 94.24 -
System Red Green Blue C M Y K H S L
Decimal 58 120 154 0.62 0.22 0 0.40 201.25 0.45 0.42
Hex 3A 78 9A 3E 16 0 28 C9 2D 2A
Octal 72 170 232 76 26 0 50 311 55 52
Binary 111010 1111000 10011010 111110 10110 0 101000 11001001 101101 101010

Color Harmonies of #3A789A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A789A

Black with #3A789A

Text Example


Text Example

White with #3A789A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,120,154); }

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

background-color css

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

 a { background-color: rgb(58,120,154); }

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

border-color css

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

 span { border-color: rgb(58,120,154); }

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