Html Css Color HEX #3F9996 Blue Chill

📋 copy color: '#3F9996'

red 63 ◦ green 153 ◦ blue 150

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

Shades of Blue Chill #3F9996

Tints of Blue Chill #3F9996

RGB

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

 GREEN value IS 153 (60.16% from 255) = 41.8%

 BLUE value IS 150 (58.98% from 255) = 40.98%

R = 17.21%
G = 41.8%
B = 40.98%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#3F9996 (or 0x3F9996) is known color: Blue Chill. HEX triplet: 3F, 99 and 96. RGB value is (63,153,150). Sum of RGB (Red+Green+Blue) = 63+153+150=366 (48% of max value = 765). Red value is 63 (25% from 255 or 17.21% from 366); Green value is 153 (60.16% from 255 or 41.80% from 366); Blue value is 150 (58.98% from 255 or 40.98% from 366); Max value from RGB is 153 - color contains mainly: green. Hex color #3F9996 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9996 is #C06669. Grayscale: #7D7D7D. Windows color (decimal): -12609130 or 9869631. OLE color: 9869631.

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

Color convert

RGB 63 153 150 -
CMYK 0.59 0 0.02 0.4
HSL 178º 0.42% 0.42% -
HSV(B) 178º 0.59% 0.6% -
XYZ 18.95 26.04 32.88 -
YUV 125.75 141.68 83.24 -
System Red Green Blue C M Y K H S L
Decimal 63 153 150 0.59 0 0.02 0.4 178 0.42 0.42
Hex 3F 99 96 3B 0 2 28 B2 2A 2A
Octal 77 231 226 73 0 2 50 262 52 52
Binary 111111 10011001 10010110 111011 0 10 101000 10110010 101010 101010

Color Harmonies of #3F9996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9996

Black with #3F9996

Text Example


Text Example

White with #3F9996

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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