Html Css Color HEX #3A9695 Blue Chill

📋 copy color: '#3A9695'

red 58 ◦ green 150 ◦ blue 149

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

Shades of Blue Chill #3A9695

Tints of Blue Chill #3A9695

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.02%

 BLUE value IS 149 (58.59% from 255) = 41.74%

R = 16.25%
G = 42.02%
B = 41.74%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.01

 K value IS 0.41

RGB Variations

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

Color information

#3A9695 (or 0x3A9695) is known color: Blue Chill. HEX triplet: 3A, 96 and 95. RGB value is (58,150,149). Sum of RGB (Red+Green+Blue) = 58+150+149=357 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.25% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 149 (58.59% from 255 or 41.74% from 357); Max value from RGB is 150 - color contains mainly: green. Hex color #3A9695 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A9695 is #C5696A. Grayscale: #7A7A7A. Windows color (decimal): -12937579 or 9803322. OLE color: 9803322.

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

Color convert

RGB 58 150 149 -
CMYK 0.61 0 0.01 0.41
HSL 179.35º 0.44% 0.41% -
HSV(B) 179.35º 0.61% 0.59% -
XYZ 18.08 24.88 32.28 -
YUV 122.38 143.02 82.08 -
System Red Green Blue C M Y K H S L
Decimal 58 150 149 0.61 0 0.01 0.41 179.35 0.44 0.41
Hex 3A 96 95 3D 0 1 29 B3 2C 29
Octal 72 226 225 75 0 1 51 263 54 51
Binary 111010 10010110 10010101 111101 0 1 101001 10110011 101100 101001

Color Harmonies of #3A9695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A9695

Black with #3A9695

Text Example


Text Example

White with #3A9695

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,150,149); }

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

background-color css

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

 a { background-color: rgb(58,150,149); }

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

border-color css

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

 span { border-color: rgb(58,150,149); }

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