Html Css Color HEX #3F9596 Blue Chill

📋 copy color: '#3F9596'

red 63 ◦ green 149 ◦ blue 150

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

Shades of Blue Chill #3F9596

Tints of Blue Chill #3F9596

RGB

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

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

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

R = 17.4%
G = 41.16%
B = 41.44%

CMYK

 C value IS 0.58

 M value IS 0.01

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#3F9596 (or 0x3F9596) is known color: Blue Chill. HEX triplet: 3F, 95 and 96. RGB value is (63,149,150). Sum of RGB (Red+Green+Blue) = 63+149+150=362 (47% of max value = 765). Red value is 63 (25% from 255 or 17.40% from 362); Green value is 149 (58.59% from 255 or 41.16% from 362); Blue value is 150 (58.98% from 255 or 41.44% from 362); Max value from RGB is 150 - color contains mainly: blue. Hex color #3F9596 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9596 is #C06A69. Grayscale: #7B7B7B. Windows color (decimal): -12610154 or 9868607. OLE color: 9868607.

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

Color convert

RGB 63 149 150 -
CMYK 0.58 0.01 0 0.41
HSL 180.69º 0.41% 0.42% -
HSV(B) 180.69º 0.58% 0.59% -
XYZ 18.3 24.75 32.67 -
YUV 123.4 143.01 84.92 -
System Red Green Blue C M Y K H S L
Decimal 63 149 150 0.58 0.01 0 0.41 180.69 0.41 0.42
Hex 3F 95 96 3A 1 0 29 B5 29 2A
Octal 77 225 226 72 1 0 51 265 51 52
Binary 111111 10010101 10010110 111010 1 0 101001 10110101 101001 101010

Color Harmonies of #3F9596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9596

Black with #3F9596

Text Example


Text Example

White with #3F9596

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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