#3A8690

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

Shades of Blue Chill #3A8690

Tints of Blue Chill #3A8690

Color information

#3A8690 (or 0x3A8690) is unknown color: approx Blue Chill. HEX triplet: 3A, 86 and 90. RGB value is (58,134,144). Sum of RGB (Red+Green+Blue) = 58+134+144=336 (44% of max value = 765). Red value is 58 (23.05% from 255 or 17.26% from 336); Green value is 134 (52.73% from 255 or 39.88% from 336); Blue value is 144 (56.64% from 255 or 42.86% from 336); Max value from RGB is 144 - color contains mainly: blue. Hex color #3A8690 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8690 is #C5796F. Grayscale: #707070. Windows color (decimal): -12941680 or 9471546. OLE color: 9471546.

HSL color Cylindrical-coordinate representation of color #3A8690: hue angle of 186.98º degrees, saturation: 0.43, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A8690 is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB58134144-
CMYK0.600.0700.44
HSL186.98º42.57%39.61%-
HSV(B)186.98º59.72%56.47%-
XYZ15.319.9629.43-
YUV112.42145.8289.19-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.26%
GREEN value IS 134 (52.73% from 255) = 39.88%
BLUE value IS 144 (56.64% from 255) = 42.86%
R=17.26%
G=39.88%
B=42.86%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal581341440.600.0700.44186.9842.5739.61
Hex3A86903C702Cbb2b28
Octal722062207470542735350
Binary1110101000011010010000111100111010110010111011101011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A8690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,134,144); }

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

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

 a { background-color: rgb(58,134,144); }

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

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

 span { border-color: rgb(58,134,144); }

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