#3A9298

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

Shades of Blue Chill #3A9298

Tints of Blue Chill #3A9298

Color information

#3A9298 (or 0x3A9298) is unknown color: approx Blue Chill. HEX triplet: 3A, 92 and 98. RGB value is (58,146,152). Sum of RGB (Red+Green+Blue) = 58+146+152=356 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.29% from 356); Green value is 146 (57.42% from 255 or 41.01% from 356); Blue value is 152 (59.77% from 255 or 42.70% from 356); Max value from RGB is 152 - color contains mainly: blue. Hex color #3A9298 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A9298 is #C56D67. Grayscale: #787878. Windows color (decimal): -12938600 or 9998906. OLE color: 9998906.

HSL color Cylindrical-coordinate representation of color #3A9298: hue angle of 183.83º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A9298 is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB58146152-
CMYK0.620.0400.40
HSL183.83º44.76%41.18%-
HSV(B)183.83º61.84%59.61%-
XYZ17.6923.7233.35-
YUV120.37145.8583.51-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.29%
GREEN value IS 146 (57.42% from 255) = 41.01%
BLUE value IS 152 (59.77% from 255) = 42.70%
R=16.29%
G=41.01%
B=42.70%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal581461520.620.0400.40183.8344.7641.18
Hex3A92983E4028b82d29
Octal722222307640502705551
Binary1110101001001010011000111110100010100010111000101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,146,152); }

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

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

 a { background-color: rgb(58,146,152); }

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

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

 span { border-color: rgb(58,146,152); }

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