#3B9297

Color #3B9297 Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #3B9297

Tints of Blue Chill #3B9297

Color information

#3B9297 (or 0x3B9297) is unknown color: approx Blue Chill. HEX triplet: 3B, 92 and 97. RGB value is (59,146,151). Sum of RGB (Red+Green+Blue) = 59+146+151=356 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.57% from 356); Green value is 146 (57.42% from 255 or 41.01% from 356); Blue value is 151 (59.38% from 255 or 42.42% from 356); Max value from RGB is 151 - color contains mainly: blue. Hex color #3B9297 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B9297 is #C46D68. Grayscale: #787878. Windows color (decimal): -12873065 or 9933371. OLE color: 9933371.

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

Color convert

RGB59146151-
CMYK0.610.0300.41
HSL183.26º43.81%41.18%-
HSV(B)183.26º60.93%59.22%-
XYZ17.6723.7232.93-
YUV120.56145.1884.09-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 16.57%
GREEN value IS 146 (57.42% from 255) = 41.01%
BLUE value IS 151 (59.38% from 255) = 42.42%
R=16.57%
G=41.01%
B=42.42%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal591461510.610.0300.41183.2643.8141.18
Hex3B92973D3029b72c29
Octal732222277530512675451
Binary111011100100101001011111110111010100110110111101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B9297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #3B9297;
 }
 .AnyTagClassName
 {
   color: #3B9297;
 }
</style>
background-color css

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

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

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

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

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

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