Html Css Color HEX #3A818F Jelly Bean

📋 copy color: '#3A818F'

red 58 ◦ green 129 ◦ blue 143

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

Shades of Jelly Bean #3A818F

Tints of Jelly Bean #3A818F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.09%

 BLUE value IS 143 (56.25% from 255) = 43.33%

R = 17.58%
G = 39.09%
B = 43.33%

CMYK

 C value IS 0.59

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3A818F (or 0x3A818F) is known color: Jelly Bean. HEX triplet: 3A, 81 and 8F. RGB value is (58,129,143). Sum of RGB (Red+Green+Blue) = 58+129+143=330 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.58% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 143 (56.25% from 255 or 43.33% from 330); Max value from RGB is 143 - color contains mainly: blue. Hex color #3A818F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A818F is #C57E70. Grayscale: #6D6D6D. Windows color (decimal): -12942961 or 9404730. OLE color: 9404730.

HSL color Cylindrical-coordinate representation of color #3A818F: hue angle of 189.88º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A818F is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 58 129 143 -
CMYK 0.59 0.10 0 0.44
HSL 189.88º 0.42% 0.39% -
HSV(B) 189.88º 0.59% 0.56% -
XYZ 14.55 18.58 28.81 -
YUV 109.37 146.98 91.36 -
System Red Green Blue C M Y K H S L
Decimal 58 129 143 0.59 0.10 0 0.44 189.88 0.42 0.39
Hex 3A 81 8F 3B A 0 2C BE 2A 27
Octal 72 201 217 73 12 0 54 276 52 47
Binary 111010 10000001 10001111 111011 1010 0 101100 10111110 101010 100111

Color Harmonies of #3A818F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A818F

Black with #3A818F

Text Example


Text Example

White with #3A818F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,129,143); }

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

background-color css

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

 a { background-color: rgb(58,129,143); }

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

border-color css

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

 span { border-color: rgb(58,129,143); }

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