#3FA5A2

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

Shades of Blue Chill #3FA5A2

Tints of Blue Chill #3FA5A2

Color information

#3FA5A2 (or 0x3FA5A2) is unknown color: approx Blue Chill. HEX triplet: 3F, A5 and A2. RGB value is (63,165,162). Sum of RGB (Red+Green+Blue) = 63+165+162=390 (51% of max value = 765). Red value is 63 (25% from 255 or 16.15% from 390); Green value is 165 (64.84% from 255 or 42.31% from 390); Blue value is 162 (63.67% from 255 or 41.54% from 390); Max value from RGB is 165 - color contains mainly: green. Hex color #3FA5A2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA5A2 is #C05A5D. Grayscale: #868686. Windows color (decimal): -12606046 or 10659135. OLE color: 10659135.

HSL color Cylindrical-coordinate representation of color #3FA5A2: hue angle of 178.24º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3FA5A2 is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.35.

Color convert

RGB63165162-
CMYK0.6200.020.35
HSL178.24º44.74%44.71%-
HSV(B)178.24º61.82%64.71%-
XYZ22.0330.5838.92-
YUV134.16143.7177.24-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.15%
GREEN value IS 165 (64.84% from 255) = 42.31%
BLUE value IS 162 (63.67% from 255) = 41.54%
R=16.15%
G=42.31%
B=41.54%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal631651620.6200.020.35178.2444.7444.71
Hex3FA5A23E0223b22d2d
Octal772452427602432625555
Binary111111101001011010001011111001010001110110010101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FA5A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,165,162); }

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

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

 a { background-color: rgb(63,165,162); }

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

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

 span { border-color: rgb(63,165,162); }

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