#3A888B

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

Shades of Blue Chill #3A888B

Tints of Blue Chill #3A888B

Color information

#3A888B (or 0x3A888B) is unknown color: approx Blue Chill. HEX triplet: 3A, 88 and 8B. RGB value is (58,136,139). Sum of RGB (Red+Green+Blue) = 58+136+139=333 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.42% from 333); Green value is 136 (53.52% from 255 or 40.84% from 333); Blue value is 139 (54.69% from 255 or 41.74% from 333); Max value from RGB is 139 - color contains mainly: blue. Hex color #3A888B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A888B is #C57774. Grayscale: #707070. Windows color (decimal): -12941173 or 9144378. OLE color: 9144378.

HSL color Cylindrical-coordinate representation of color #3A888B: hue angle of 182.22º 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 #3A888B is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB58136139-
CMYK0.580.0200.45
HSL182.22º41.12%38.63%-
HSV(B)182.22º58.27%54.51%-
XYZ15.2120.3727.56-
YUV113.02142.6688.76-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.42%
GREEN value IS 136 (53.52% from 255) = 40.84%
BLUE value IS 139 (54.69% from 255) = 41.74%
R=17.42%
G=40.84%
B=41.74%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal581361390.580.0200.45182.2241.1238.63
Hex3A888B3A202Db62927
Octal722102137220552665147
Binary111010100010001000101111101010010110110110110101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A888B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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