Html Css Color HEX #3F949D Blue Chill

📋 copy color: '#3F949D'

red 63 ◦ green 148 ◦ blue 157

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

Shades of Blue Chill #3F949D

Tints of Blue Chill #3F949D

RGB

 RED value IS 63 (25% from 255) = 17.12%

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

 BLUE value IS 157 (61.72% from 255) = 42.66%

R = 17.12%
G = 40.22%
B = 42.66%

CMYK

 C value IS 0.60

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#3F949D (or 0x3F949D) is known color: Blue Chill. HEX triplet: 3F, 94 and 9D. RGB value is (63,148,157). Sum of RGB (Red+Green+Blue) = 63+148+157=368 (48% of max value = 765). Red value is 63 (25% from 255 or 17.12% from 368); Green value is 148 (58.20% from 255 or 40.22% from 368); Blue value is 157 (61.72% from 255 or 42.66% from 368); Max value from RGB is 157 - color contains mainly: blue. Hex color #3F949D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F949D is #C06B62. Grayscale: #7B7B7B. Windows color (decimal): -12610403 or 10327103. OLE color: 10327103.

HSL color Cylindrical-coordinate representation of color #3F949D: hue angle of 185.74º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F949D is Cyan = 0.60, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 63 148 157 -
CMYK 0.60 0.06 0 0.38
HSL 185.74º 0.43% 0.43% -
HSV(B) 185.74º 0.6% 0.62% -
XYZ 18.73 24.67 35.67 -
YUV 123.61 146.84 84.77 -
System Red Green Blue C M Y K H S L
Decimal 63 148 157 0.60 0.06 0 0.38 185.74 0.43 0.43
Hex 3F 94 9D 3C 6 0 26 BA 2B 2B
Octal 77 224 235 74 6 0 46 272 53 53
Binary 111111 10010100 10011101 111100 110 0 100110 10111010 101011 101011

Color Harmonies of #3F949D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F949D

Black with #3F949D

Text Example


Text Example

White with #3F949D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,148,157); }

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

background-color css

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

 a { background-color: rgb(63,148,157); }

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

border-color css

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

 span { border-color: rgb(63,148,157); }

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