Html Css Color HEX #3A7893 Jelly Bean

📋 copy color: '#3A7893'

red 58 ◦ green 120 ◦ blue 147

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

Shades of Jelly Bean #3A7893

Tints of Jelly Bean #3A7893

RGB

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

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

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

R = 17.85%
G = 36.92%
B = 45.23%

CMYK

 C value IS 0.61

 M value IS 0.18

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3A7893 (or 0x3A7893) is known color: Jelly Bean. HEX triplet: 3A, 78 and 93. RGB value is (58,120,147). Sum of RGB (Red+Green+Blue) = 58+120+147=325 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.85% from 325); Green value is 120 (47.27% from 255 or 36.92% from 325); Blue value is 147 (57.81% from 255 or 45.23% from 325); Max value from RGB is 147 - color contains mainly: blue. Hex color #3A7893 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A7893 is #C5876C. Grayscale: #686868. Windows color (decimal): -12945261 or 9664570. OLE color: 9664570.

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

Color convert

RGB 58 120 147 -
CMYK 0.61 0.18 0 0.42
HSL 198.2º 0.43% 0.4% -
HSV(B) 198.2º 0.61% 0.58% -
XYZ 13.73 16.44 30.05 -
YUV 104.54 151.96 94.8 -
System Red Green Blue C M Y K H S L
Decimal 58 120 147 0.61 0.18 0 0.42 198.2 0.43 0.4
Hex 3A 78 93 3D 12 0 2A C6 2B 28
Octal 72 170 223 75 22 0 52 306 53 50
Binary 111010 1111000 10010011 111101 10010 0 101010 11000110 101011 101000

Color Harmonies of #3A7893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A7893

Black with #3A7893

Text Example


Text Example

White with #3A7893

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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