Html Css Color HEX #3A8093 Jelly Bean

📋 copy color: '#3A8093'

red 58 ◦ green 128 ◦ blue 147

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

Shades of Jelly Bean #3A8093

Tints of Jelly Bean #3A8093

RGB

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

 GREEN value IS 128 (50.39% from 255) = 38.44%

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

R = 17.42%
G = 38.44%
B = 44.14%

CMYK

 C value IS 0.61

 M value IS 0.13

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3A8093 (or 0x3A8093) is known color: Jelly Bean. HEX triplet: 3A, 80 and 93. RGB value is (58,128,147). Sum of RGB (Red+Green+Blue) = 58+128+147=333 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.42% from 333); Green value is 128 (50.39% from 255 or 38.44% from 333); Blue value is 147 (57.81% from 255 or 44.14% from 333); Max value from RGB is 147 - color contains mainly: blue. Hex color #3A8093 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8093 is #C57F6C. Grayscale: #6D6D6D. Windows color (decimal): -12943213 or 9666618. OLE color: 9666618.

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

Color convert

RGB 58 128 147 -
CMYK 0.61 0.13 0 0.42
HSL 192.81º 0.43% 0.4% -
HSV(B) 192.81º 0.61% 0.58% -
XYZ 14.73 18.44 30.39 -
YUV 109.24 149.31 91.46 -
System Red Green Blue C M Y K H S L
Decimal 58 128 147 0.61 0.13 0 0.42 192.81 0.43 0.4
Hex 3A 80 93 3D D 0 2A C1 2B 28
Octal 72 200 223 75 15 0 52 301 53 50
Binary 111010 10000000 10010011 111101 1101 0 101010 11000001 101011 101000

Color Harmonies of #3A8093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8093

Black with #3A8093

Text Example


Text Example

White with #3A8093

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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