#3A969B

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

Shades of Blue Chill #3A969B

Tints of Blue Chill #3A969B

Color information

#3A969B (or 0x3A969B) is unknown color: approx Blue Chill. HEX triplet: 3A, 96 and 9B. RGB value is (58,150,155). Sum of RGB (Red+Green+Blue) = 58+150+155=363 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.98% from 363); Green value is 150 (58.98% from 255 or 41.32% from 363); Blue value is 155 (60.94% from 255 or 42.70% from 363); Max value from RGB is 155 - color contains mainly: blue. Hex color #3A969B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A969B is #C56964. Grayscale: #7A7A7A. Windows color (decimal): -12937573 or 10196538. OLE color: 10196538.

HSL color Cylindrical-coordinate representation of color #3A969B: hue angle of 183.09º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A969B is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB58150155-
CMYK0.630.0300.39
HSL183.09º45.54%41.76%-
HSV(B)183.09º62.58%60.78%-
XYZ18.5725.0834.87-
YUV123.06146.0281.59-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 15.98%
GREEN value IS 150 (58.98% from 255) = 41.32%
BLUE value IS 155 (60.94% from 255) = 42.70%
R=15.98%
G=41.32%
B=42.70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal581501550.630.0300.39183.0945.5441.76
Hex3A969B3F3027b72e2a
Octal722262337730472675652
Binary111010100101101001101111111111010011110110111101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,150,155); }

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

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

 a { background-color: rgb(58,150,155); }

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

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

 span { border-color: rgb(58,150,155); }

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