Html Css Color HEX #3C9690 Blue Chill

📋 copy color: '#3C9690'

red 60 ◦ green 150 ◦ blue 144

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

Shades of Blue Chill #3C9690

Tints of Blue Chill #3C9690

RGB

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

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

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

R = 16.95%
G = 42.37%
B = 40.68%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.04

 K value IS 0.41

RGB Variations

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

Color information

#3C9690 (or 0x3C9690) is known color: Blue Chill. HEX triplet: 3C, 96 and 90. RGB value is (60,150,144). Sum of RGB (Red+Green+Blue) = 60+150+144=354 (46% of max value = 765). Red value is 60 (23.83% from 255 or 16.95% from 354); Green value is 150 (58.98% from 255 or 42.37% from 354); Blue value is 144 (56.64% from 255 or 40.68% from 354); Max value from RGB is 150 - color contains mainly: green. Hex color #3C9690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C9690 is #C3696F. Grayscale: #7A7A7A. Windows color (decimal): -12806512 or 9475644. OLE color: 9475644.

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

Color convert

RGB 60 150 144 -
CMYK 0.6 0 0.04 0.41
HSL 176º 0.43% 0.41% -
HSV(B) 176º 0.6% 0.59% -
XYZ 17.8 24.79 30.23 -
YUV 122.41 140.18 83.49 -
System Red Green Blue C M Y K H S L
Decimal 60 150 144 0.6 0 0.04 0.41 176 0.43 0.41
Hex 3C 96 90 3C 0 4 29 B0 2B 29
Octal 74 226 220 74 0 4 51 260 53 51
Binary 111100 10010110 10010000 111100 0 100 101001 10110000 101011 101001

Color Harmonies of #3C9690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C9690

Black with #3C9690

Text Example


Text Example

White with #3C9690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,150,144); }

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

background-color css

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

 a { background-color: rgb(60,150,144); }

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

border-color css

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

 span { border-color: rgb(60,150,144); }

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