#3A858A

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

Shades of Blue Chill #3A858A

Tints of Blue Chill #3A858A

Color information

#3A858A (or 0x3A858A) is unknown color: approx Blue Chill. HEX triplet: 3A, 85 and 8A. RGB value is (58,133,138). Sum of RGB (Red+Green+Blue) = 58+133+138=329 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.63% from 329); Green value is 133 (52.34% from 255 or 40.43% from 329); Blue value is 138 (54.30% from 255 or 41.95% from 329); Max value from RGB is 138 - color contains mainly: blue. Hex color #3A858A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A858A is #C57A75. Grayscale: #6F6F6F. Windows color (decimal): -12941942 or 9078074. OLE color: 9078074.

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

Color convert

RGB58133138-
CMYK0.580.0400.46
HSL183.75º40.82%38.43%-
HSV(B)183.75º57.97%54.12%-
XYZ14.7219.5127.03-
YUV111.14143.1590.09-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 17.63%
GREEN value IS 133 (52.34% from 255) = 40.43%
BLUE value IS 138 (54.30% from 255) = 41.95%
R=17.63%
G=40.43%
B=41.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal581331380.580.0400.46183.7540.8238.43
Hex3A858A3A402Eb82926
Octal722052127240562705146
Binary1110101000010110001010111010100010111010111000101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A858A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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