Html Css Color HEX #3F969B Blue Chill

📋 copy color: '#3F969B'

red 63 ◦ green 150 ◦ blue 155

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

Shades of Blue Chill #3F969B

Tints of Blue Chill #3F969B

RGB

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

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

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

R = 17.12%
G = 40.76%
B = 42.12%

CMYK

 C value IS 0.59

 M value IS 0.03

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#3F969B (or 0x3F969B) is known color: Blue Chill. HEX triplet: 3F, 96 and 9B. RGB value is (63,150,155). Sum of RGB (Red+Green+Blue) = 63+150+155=368 (48% of max value = 765). Red value is 63 (25% from 255 or 17.12% from 368); Green value is 150 (58.98% from 255 or 40.76% from 368); Blue value is 155 (60.94% from 255 or 42.12% from 368); Max value from RGB is 155 - color contains mainly: blue. Hex color #3F969B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F969B is #C06964. Grayscale: #7C7C7C. Windows color (decimal): -12609893 or 10196543. OLE color: 10196543.

HSL color Cylindrical-coordinate representation of color #3F969B: hue angle of 183.26º 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 #3F969B is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 63 150 155 -
CMYK 0.59 0.03 0 0.39
HSL 183.26º 0.42% 0.43% -
HSV(B) 183.26º 0.59% 0.61% -
XYZ 18.87 25.24 34.89 -
YUV 124.56 145.18 84.09 -
System Red Green Blue C M Y K H S L
Decimal 63 150 155 0.59 0.03 0 0.39 183.26 0.42 0.43
Hex 3F 96 9B 3B 3 0 27 B7 2A 2B
Octal 77 226 233 73 3 0 47 267 52 53
Binary 111111 10010110 10011011 111011 11 0 100111 10110111 101010 101011

Color Harmonies of #3F969B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F969B

Black with #3F969B

Text Example


Text Example

White with #3F969B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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