#3FA299

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

Shades of Blue Chill #3FA299

Tints of Blue Chill #3FA299

Color information

#3FA299 (or 0x3FA299) is unknown color: approx Blue Chill. HEX triplet: 3F, A2 and 99. RGB value is (63,162,153). Sum of RGB (Red+Green+Blue) = 63+162+153=378 (50% of max value = 765). Red value is 63 (25% from 255 or 16.67% from 378); Green value is 162 (63.67% from 255 or 42.86% from 378); Blue value is 153 (60.16% from 255 or 40.48% from 378); Max value from RGB is 162 - color contains mainly: green. Hex color #3FA299 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA299 is #C05D66. Grayscale: #838383. Windows color (decimal): -12606823 or 10068543. OLE color: 10068543.

HSL color Cylindrical-coordinate representation of color #3FA299: hue angle of 174.55º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3FA299 is Cyan = 0.61, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.36.

Color convert

RGB63162153-
CMYK0.6100.060.36
HSL174.55º44%44.12%-
HSV(B)174.55º61.11%63.53%-
XYZ20.7229.234.68-
YUV131.37140.279.23-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 16.67%
GREEN value IS 162 (63.67% from 255) = 42.86%
BLUE value IS 153 (60.16% from 255) = 40.48%
R=16.67%
G=42.86%
B=40.48%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal631621530.6100.060.36174.554444.12
Hex3FA2993D0624af2c2c
Octal772422317506442575454
Binary1111111010001010011001111101011010010010101111101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FA299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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