Html Css Color HEX #3B9490 Blue Chill

📋 copy color: '#3B9490'

red 59 ◦ green 148 ◦ blue 144

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

Shades of Blue Chill #3B9490

Tints of Blue Chill #3B9490

RGB

 RED value IS 59 (23.44% from 255) = 16.81%

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

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

R = 16.81%
G = 42.17%
B = 41.03%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.03

 K value IS 0.42

RGB Variations

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

Color information

#3B9490 (or 0x3B9490) is known color: Blue Chill. HEX triplet: 3B, 94 and 90. RGB value is (59,148,144). Sum of RGB (Red+Green+Blue) = 59+148+144=351 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.81% from 351); Green value is 148 (58.20% from 255 or 42.17% from 351); Blue value is 144 (56.64% from 255 or 41.03% from 351); Max value from RGB is 148 - color contains mainly: green. Hex color #3B9490 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B9490 is #C46B6F. Grayscale: #787878. Windows color (decimal): -12872560 or 9475131. OLE color: 9475131.

HSL color Cylindrical-coordinate representation of color #3B9490: hue angle of 177.3º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3B9490 is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.42.

Color convert

RGB 59 148 144 -
CMYK 0.60 0 0.03 0.42
HSL 177.3º 0.43% 0.41% -
HSV(B) 177.3º 0.6% 0.58% -
XYZ 17.43 24.12 30.12 -
YUV 120.93 141.01 83.83 -
System Red Green Blue C M Y K H S L
Decimal 59 148 144 0.60 0 0.03 0.42 177.3 0.43 0.41
Hex 3B 94 90 3C 0 3 2A B1 2B 29
Octal 73 224 220 74 0 3 52 261 53 51
Binary 111011 10010100 10010000 111100 0 11 101010 10110001 101011 101001

Color Harmonies of #3B9490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B9490

Black with #3B9490

Text Example


Text Example

White with #3B9490

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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