Html Css Color HEX #3B9295 Blue Chill

📋 copy color: '#3B9295'

red 59 ◦ green 146 ◦ blue 149

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

Shades of Blue Chill #3B9295

Tints of Blue Chill #3B9295

RGB

 RED value IS 59 (23.44% from 255) = 16.67%

 GREEN value IS 146 (57.42% from 255) = 41.24%

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

R = 16.67%
G = 41.24%
B = 42.09%

CMYK

 C value IS 0.60

 M value IS 0.02

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#3B9295 (or 0x3B9295) is known color: Blue Chill. HEX triplet: 3B, 92 and 95. RGB value is (59,146,149). Sum of RGB (Red+Green+Blue) = 59+146+149=354 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.67% from 354); Green value is 146 (57.42% from 255 or 41.24% from 354); Blue value is 149 (58.59% from 255 or 42.09% from 354); Max value from RGB is 149 - color contains mainly: blue. Hex color #3B9295 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B9295 is #C46D6A. Grayscale: #787878. Windows color (decimal): -12873067 or 9802299. OLE color: 9802299.

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

Color convert

RGB 59 146 149 -
CMYK 0.60 0.02 0 0.42
HSL 182º 0.43% 0.41% -
HSV(B) 182º 0.6% 0.58% -
XYZ 17.51 23.66 32.08 -
YUV 120.33 144.18 84.26 -
System Red Green Blue C M Y K H S L
Decimal 59 146 149 0.60 0.02 0 0.42 182 0.43 0.41
Hex 3B 92 95 3C 2 0 2A B6 2B 29
Octal 73 222 225 74 2 0 52 266 53 51
Binary 111011 10010010 10010101 111100 10 0 101010 10110110 101011 101001

Color Harmonies of #3B9295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B9295

Black with #3B9295

Text Example


Text Example

White with #3B9295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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