Html Css Color HEX #3F9592 Blue Chill

📋 copy color: '#3F9592'

red 63 ◦ green 149 ◦ blue 146

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

Shades of Blue Chill #3F9592

Tints of Blue Chill #3F9592

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 40.78%

R = 17.6%
G = 41.62%
B = 40.78%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#3F9592 (or 0x3F9592) is known color: Blue Chill. HEX triplet: 3F, 95 and 92. RGB value is (63,149,146). Sum of RGB (Red+Green+Blue) = 63+149+146=358 (47% of max value = 765). Red value is 63 (25% from 255 or 17.60% from 358); Green value is 149 (58.59% from 255 or 41.62% from 358); Blue value is 146 (57.42% from 255 or 40.78% from 358); Max value from RGB is 149 - color contains mainly: green. Hex color #3F9592 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F9592 is #C06A6D. Grayscale: #7A7A7A. Windows color (decimal): -12610158 or 9606463. OLE color: 9606463.

HSL color Cylindrical-coordinate representation of color #3F9592: hue angle of 177.91º 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 #3F9592 is Cyan = 0.58, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB 63 149 146 -
CMYK 0.58 0 0.02 0.42
HSL 177.91º 0.41% 0.42% -
HSV(B) 177.91º 0.58% 0.58% -
XYZ 17.99 24.63 31 -
YUV 122.94 141.01 85.24 -
System Red Green Blue C M Y K H S L
Decimal 63 149 146 0.58 0 0.02 0.42 177.91 0.41 0.42
Hex 3F 95 92 3A 0 2 2A B2 29 2A
Octal 77 225 222 72 0 2 52 262 51 52
Binary 111111 10010101 10010010 111010 0 10 101010 10110010 101001 101010

Color Harmonies of #3F9592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F9592

Black with #3F9592

Text Example


Text Example

White with #3F9592

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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