Html Css Color HEX #3C949B Blue Chill

📋 copy color: '#3C949B'

red 60 ◦ green 148 ◦ blue 155

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

Shades of Blue Chill #3C949B

Tints of Blue Chill #3C949B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.7%

R = 16.53%
G = 40.77%
B = 42.7%

CMYK

 C value IS 0.61

 M value IS 0.05

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3C949B (or 0x3C949B) is known color: Blue Chill. HEX triplet: 3C, 94 and 9B. RGB value is (60,148,155). Sum of RGB (Red+Green+Blue) = 60+148+155=363 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.53% from 363); Green value is 148 (58.20% from 255 or 40.77% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 155 - color contains mainly: blue. Hex color #3C949B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C949B is #C36B64. Grayscale: #7A7A7A. Windows color (decimal): -12807013 or 10196028. OLE color: 10196028.

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

Color convert

RGB 60 148 155 -
CMYK 0.61 0.05 0 0.39
HSL 184.42º 0.44% 0.42% -
HSV(B) 184.42º 0.61% 0.61% -
XYZ 18.37 24.51 34.77 -
YUV 122.49 146.35 83.43 -
System Red Green Blue C M Y K H S L
Decimal 60 148 155 0.61 0.05 0 0.39 184.42 0.44 0.42
Hex 3C 94 9B 3D 5 0 27 B8 2C 2A
Octal 74 224 233 75 5 0 47 270 54 52
Binary 111100 10010100 10011011 111101 101 0 100111 10111000 101100 101010

Color Harmonies of #3C949B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C949B

Black with #3C949B

Text Example


Text Example

White with #3C949B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,148,155); }

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

background-color css

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

 a { background-color: rgb(60,148,155); }

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

border-color css

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

 span { border-color: rgb(60,148,155); }

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