Html Css Color HEX #3A8190 Jelly Bean

📋 copy color: '#3A8190'

red 58 ◦ green 129 ◦ blue 144

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

Shades of Jelly Bean #3A8190

Tints of Jelly Bean #3A8190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 43.5%

R = 17.52%
G = 38.97%
B = 43.5%

CMYK

 C value IS 0.60

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#3A8190 (or 0x3A8190) is known color: Jelly Bean. HEX triplet: 3A, 81 and 90. RGB value is (58,129,144). Sum of RGB (Red+Green+Blue) = 58+129+144=331 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.52% from 331); Green value is 129 (50.78% from 255 or 38.97% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 144 - color contains mainly: blue. Hex color #3A8190 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8190 is #C57E6F. Grayscale: #6D6D6D. Windows color (decimal): -12942960 or 9470266. OLE color: 9470266.

HSL color Cylindrical-coordinate representation of color #3A8190: hue angle of 190.47º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A8190 is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 58 129 144 -
CMYK 0.60 0.10 0 0.44
HSL 190.47º 0.43% 0.4% -
HSV(B) 190.47º 0.6% 0.56% -
XYZ 14.63 18.61 29.21 -
YUV 109.48 147.48 91.28 -
System Red Green Blue C M Y K H S L
Decimal 58 129 144 0.60 0.10 0 0.44 190.47 0.43 0.4
Hex 3A 81 90 3C A 0 2C BE 2B 28
Octal 72 201 220 74 12 0 54 276 53 50
Binary 111010 10000001 10010000 111100 1010 0 101100 10111110 101011 101000

Color Harmonies of #3A8190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A8190

Black with #3A8190

Text Example


Text Example

White with #3A8190

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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