#3A8A88

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

Shades of Blue Chill #3A8A88

Tints of Blue Chill #3A8A88

Color information

#3A8A88 (or 0x3A8A88) is unknown color: approx Blue Chill. HEX triplet: 3A, 8A and 88. RGB value is (58,138,136). Sum of RGB (Red+Green+Blue) = 58+138+136=332 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.47% from 332); Green value is 138 (54.30% from 255 or 41.57% from 332); Blue value is 136 (53.52% from 255 or 40.96% from 332); Max value from RGB is 138 - color contains mainly: green. Hex color #3A8A88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8A88 is #C57577. Grayscale: #717171. Windows color (decimal): -12940664 or 8948282. OLE color: 8948282.

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

Color convert

RGB58138136-
CMYK0.5800.010.46
HSL178.5º40.82%38.43%-
HSV(B)178.5º57.97%54.12%-
XYZ15.2820.8526.51-
YUV113.85140.588.16-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.47%
GREEN value IS 138 (54.30% from 255) = 41.57%
BLUE value IS 136 (53.52% from 255) = 40.96%
R=17.47%
G=41.57%
B=40.96%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal581381360.5800.010.46178.540.8238.43
Hex3A8A883A012Eb22926
Octal722122107201562625146
Binary11101010001010100010001110100110111010110010101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8A88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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