#3A898B

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

Shades of Blue Chill #3A898B

Tints of Blue Chill #3A898B

Color information

#3A898B (or 0x3A898B) is unknown color: approx Blue Chill. HEX triplet: 3A, 89 and 8B. RGB value is (58,137,139). Sum of RGB (Red+Green+Blue) = 58+137+139=334 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.37% from 334); Green value is 137 (53.91% from 255 or 41.02% from 334); Blue value is 139 (54.69% from 255 or 41.62% from 334); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A898B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A898B is #C57674. Grayscale: #717171. Windows color (decimal): -12940917 or 9144634. OLE color: 9144634.

HSL color Cylindrical-coordinate representation of color #3A898B: hue angle of 181.48º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A898B is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB58137139-
CMYK0.580.0100.45
HSL181.48º41.12%38.63%-
HSV(B)181.48º58.27%54.51%-
XYZ15.3520.6527.6-
YUV113.61142.3388.34-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.37%
GREEN value IS 137 (53.91% from 255) = 41.02%
BLUE value IS 139 (54.69% from 255) = 41.62%
R=17.37%
G=41.02%
B=41.62%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal581371390.580.0100.45181.4841.1238.63
Hex3A898B3A102Db52927
Octal722112137210552655147
Binary11101010001001100010111110101010110110110101101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A898B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,137,139); }

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

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

 a { background-color: rgb(58,137,139); }

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

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

 span { border-color: rgb(58,137,139); }

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