Html Css Color HEX #3F959B Blue Chill

📋 copy color: '#3F959B'

red 63 ◦ green 149 ◦ blue 155

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

Shades of Blue Chill #3F959B

Tints of Blue Chill #3F959B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 40.6%

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

R = 17.17%
G = 40.6%
B = 42.23%

CMYK

 C value IS 0.59

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3F959B (or 0x3F959B) is known color: Blue Chill. HEX triplet: 3F, 95 and 9B. RGB value is (63,149,155). Sum of RGB (Red+Green+Blue) = 63+149+155=367 (48% of max value = 765). Red value is 63 (25% from 255 or 17.17% from 367); Green value is 149 (58.59% from 255 or 40.60% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 155 - color contains mainly: blue. Hex color #3F959B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F959B is #C06A64. Grayscale: #7B7B7B. Windows color (decimal): -12610149 or 10196287. OLE color: 10196287.

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

Color convert

RGB 63 149 155 -
CMYK 0.59 0.04 0 0.39
HSL 183.91º 0.42% 0.43% -
HSV(B) 183.91º 0.59% 0.61% -
XYZ 18.71 24.92 34.83 -
YUV 123.97 145.51 84.51 -
System Red Green Blue C M Y K H S L
Decimal 63 149 155 0.59 0.04 0 0.39 183.91 0.42 0.43
Hex 3F 95 9B 3B 4 0 27 B8 2A 2B
Octal 77 225 233 73 4 0 47 270 52 53
Binary 111111 10010101 10011011 111011 100 0 100111 10111000 101010 101011

Color Harmonies of #3F959B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F959B

Black with #3F959B

Text Example


Text Example

White with #3F959B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,149,155); }

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

background-color css

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

 a { background-color: rgb(63,149,155); }

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

border-color css

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

 span { border-color: rgb(63,149,155); }

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