Html Css Color HEX #3A978D Blue Chill

📋 copy color: '#3A978D'

red 58 ◦ green 151 ◦ blue 141

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

Shades of Blue Chill #3A978D

Tints of Blue Chill #3A978D

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.14%

 BLUE value IS 141 (55.47% from 255) = 40.29%

R = 16.57%
G = 43.14%
B = 40.29%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#3A978D (or 0x3A978D) is known color: Blue Chill. HEX triplet: 3A, 97 and 8D. RGB value is (58,151,141). Sum of RGB (Red+Green+Blue) = 58+151+141=350 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.57% from 350); Green value is 151 (59.38% from 255 or 43.14% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 151 - color contains mainly: green. Hex color #3A978D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A978D is #C56872. Grayscale: #797979. Windows color (decimal): -12937331 or 9279290. OLE color: 9279290.

HSL color Cylindrical-coordinate representation of color #3A978D: hue angle of 173.55º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A978D is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 58 151 141 -
CMYK 0.62 0 0.07 0.41
HSL 173.55º 0.44% 0.41% -
HSV(B) 173.55º 0.62% 0.59% -
XYZ 17.62 24.96 29.09 -
YUV 122.05 138.69 82.31 -
System Red Green Blue C M Y K H S L
Decimal 58 151 141 0.62 0 0.07 0.41 173.55 0.44 0.41
Hex 3A 97 8D 3E 0 7 29 AE 2C 29
Octal 72 227 215 76 0 7 51 256 54 51
Binary 111010 10010111 10001101 111110 0 111 101001 10101110 101100 101001

Color Harmonies of #3A978D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A978D

Black with #3A978D

Text Example


Text Example

White with #3A978D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,151,141); }

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

background-color css

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

 a { background-color: rgb(58,151,141); }

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

border-color css

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

 span { border-color: rgb(58,151,141); }

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