Html Css Color HEX #3A9490 Blue Chill

📋 copy color: '#3A9490'

red 58 ◦ green 148 ◦ blue 144

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

Shades of Blue Chill #3A9490

Tints of Blue Chill #3A9490

RGB

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

 GREEN value IS 148 (58.2% from 255) = 42.29%

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

R = 16.57%
G = 42.29%
B = 41.14%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#3A9490 (or 0x3A9490) is known color: Blue Chill. HEX triplet: 3A, 94 and 90. RGB value is (58,148,144). Sum of RGB (Red+Green+Blue) = 58+148+144=350 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.57% from 350); Green value is 148 (58.20% from 255 or 42.29% from 350); Blue value is 144 (56.64% from 255 or 41.14% from 350); Max value from RGB is 148 - color contains mainly: green. Hex color #3A9490 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A9490 is #C56B6F. Grayscale: #787878. Windows color (decimal): -12938096 or 9475130. OLE color: 9475130.

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

Color convert

RGB 58 148 144 -
CMYK 0.61 0 0.03 0.42
HSL 177.33º 0.44% 0.4% -
HSV(B) 177.33º 0.61% 0.58% -
XYZ 17.37 24.09 30.12 -
YUV 120.63 141.18 83.33 -
System Red Green Blue C M Y K H S L
Decimal 58 148 144 0.61 0 0.03 0.42 177.33 0.44 0.4
Hex 3A 94 90 3D 0 3 2A B1 2C 28
Octal 72 224 220 75 0 3 52 261 54 50
Binary 111010 10010100 10010000 111101 0 11 101010 10110001 101100 101000

Color Harmonies of #3A9490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A9490

Black with #3A9490

Text Example


Text Example

White with #3A9490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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