Html Css Color HEX #3F9495 Blue Chill

📋 copy color: '#3F9495'

red 63 ◦ green 148 ◦ blue 149

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

Shades of Blue Chill #3F9495

Tints of Blue Chill #3F9495

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 41.39%

R = 17.5%
G = 41.11%
B = 41.39%

CMYK

 C value IS 0.58

 M value IS 0.01

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3F9495 (or 0x3F9495) is known color: Blue Chill. HEX triplet: 3F, 94 and 95. RGB value is (63,148,149). Sum of RGB (Red+Green+Blue) = 63+148+149=360 (47% of max value = 765). Red value is 63 (25% from 255 or 17.5% from 360); Green value is 148 (58.20% from 255 or 41.11% from 360); Blue value is 149 (58.59% from 255 or 41.39% from 360); Max value from RGB is 149 - color contains mainly: blue. Hex color #3F9495 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9495 is #C06B6A. Grayscale: #7A7A7A. Windows color (decimal): -12610411 or 9802815. OLE color: 9802815.

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

Color convert

RGB 63 148 149 -
CMYK 0.58 0.01 0 0.42
HSL 180.7º 0.41% 0.42% -
HSV(B) 180.7º 0.58% 0.58% -
XYZ 18.06 24.41 32.19 -
YUV 122.7 142.84 85.42 -
System Red Green Blue C M Y K H S L
Decimal 63 148 149 0.58 0.01 0 0.42 180.7 0.41 0.42
Hex 3F 94 95 3A 1 0 2A B5 29 2A
Octal 77 224 225 72 1 0 52 265 51 52
Binary 111111 10010100 10010101 111010 1 0 101010 10110101 101001 101010

Color Harmonies of #3F9495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9495

Black with #3F9495

Text Example


Text Example

White with #3F9495

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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