#3A938A

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

Shades of Blue Chill #3A938A

Tints of Blue Chill #3A938A

Color information

#3A938A (or 0x3A938A) is unknown color: approx Blue Chill. HEX triplet: 3A, 93 and 8A. RGB value is (58,147,138). Sum of RGB (Red+Green+Blue) = 58+147+138=343 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.91% from 343); Green value is 147 (57.81% from 255 or 42.86% from 343); Blue value is 138 (54.30% from 255 or 40.23% from 343); Max value from RGB is 147 - color contains mainly: green. Hex color #3A938A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A938A is #C56C75. Grayscale: #777777. Windows color (decimal): -12938358 or 9081658. OLE color: 9081658.

HSL color Cylindrical-coordinate representation of color #3A938A: hue angle of 173.93º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A938A is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.42.

Color convert

RGB58147138-
CMYK0.6100.060.42
HSL173.93º43.41%40.2%-
HSV(B)173.93º60.54%57.65%-
XYZ16.7723.627.72-
YUV119.36138.5184.23-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 16.91%
GREEN value IS 147 (57.81% from 255) = 42.86%
BLUE value IS 138 (54.30% from 255) = 40.23%
R=16.91%
G=42.86%
B=40.23%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal581471380.6100.060.42173.9343.4140.2
Hex3A938A3D062Aae2b28
Octal722232127506522565350
Binary1110101001001110001010111101011010101010101110101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A938A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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