#3A868A

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

Shades of Blue Chill #3A868A

Tints of Blue Chill #3A868A

Color information

#3A868A (or 0x3A868A) is unknown color: approx Blue Chill. HEX triplet: 3A, 86 and 8A. RGB value is (58,134,138). Sum of RGB (Red+Green+Blue) = 58+134+138=330 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.58% from 330); Green value is 134 (52.73% from 255 or 40.61% from 330); Blue value is 138 (54.30% from 255 or 41.82% from 330); Max value from RGB is 138 - color contains mainly: blue. Hex color #3A868A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A868A is #C57975. Grayscale: #6F6F6F. Windows color (decimal): -12941686 or 9078330. OLE color: 9078330.

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

Color convert

RGB58134138-
CMYK0.580.0300.46
HSL183º40.82%38.43%-
HSV(B)183º57.97%54.12%-
XYZ14.8619.7827.08-
YUV111.73142.8289.67-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.58%
GREEN value IS 134 (52.73% from 255) = 40.61%
BLUE value IS 138 (54.30% from 255) = 41.82%
R=17.58%
G=40.61%
B=41.82%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal581341380.580.0300.4618340.8238.43
Hex3A868A3A302Eb72926
Octal722062127230562675146
Binary111010100001101000101011101011010111010110111101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A868A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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