Html Css Color HEX #3C9395 Blue Chill

📋 copy color: '#3C9395'

red 60 ◦ green 147 ◦ blue 149

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

Shades of Blue Chill #3C9395

Tints of Blue Chill #3C9395

RGB

 RED value IS 60 (23.83% from 255) = 16.85%

 GREEN value IS 147 (57.81% from 255) = 41.29%

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

R = 16.85%
G = 41.29%
B = 41.85%

CMYK

 C value IS 0.60

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3C9395 (or 0x3C9395) is known color: Blue Chill. HEX triplet: 3C, 93 and 95. RGB value is (60,147,149). Sum of RGB (Red+Green+Blue) = 60+147+149=356 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.85% from 356); Green value is 147 (57.81% from 255 or 41.29% from 356); Blue value is 149 (58.59% from 255 or 41.85% from 356); Max value from RGB is 149 - color contains mainly: blue. Hex color #3C9395 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C9395 is #C36C6A. Grayscale: #797979. Windows color (decimal): -12807275 or 9802556. OLE color: 9802556.

HSL color Cylindrical-coordinate representation of color #3C9395: hue angle of 181.35º 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 #3C9395 is Cyan = 0.60, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 60 147 149 -
CMYK 0.60 0.01 0 0.42
HSL 181.35º 0.43% 0.41% -
HSV(B) 181.35º 0.6% 0.58% -
XYZ 17.72 24 32.13 -
YUV 121.22 143.68 84.34 -
System Red Green Blue C M Y K H S L
Decimal 60 147 149 0.60 0.01 0 0.42 181.35 0.43 0.41
Hex 3C 93 95 3C 1 0 2A B5 2B 29
Octal 74 223 225 74 1 0 52 265 53 51
Binary 111100 10010011 10010101 111100 1 0 101010 10110101 101011 101001

Color Harmonies of #3C9395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C9395

Black with #3C9395

Text Example


Text Example

White with #3C9395

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,147,149); }

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

background-color css

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

 a { background-color: rgb(60,147,149); }

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

border-color css

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

 span { border-color: rgb(60,147,149); }

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