#3AAAD3

Color #3AAAD3 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #3AAAD3

Tints of Summer Sky #3AAAD3

Color information

#3AAAD3 (or 0x3AAAD3) is unknown color: approx Summer Sky. HEX triplet: 3A, AA and D3. RGB value is (58,170,211). Sum of RGB (Red+Green+Blue) = 58+170+211=439 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.21% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 211 (82.81% from 255 or 48.06% from 439); Max value from RGB is 211 - color contains mainly: blue. Hex color #3AAAD3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AAAD3 is #C5552C. Grayscale: #8C8C8C. Windows color (decimal): -12932397 or 13871674. OLE color: 13871674.

HSL color Cylindrical-coordinate representation of color #3AAAD3: hue angle of 196.08º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3AAAD3 is Cyan = 0.73, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB58170211-
CMYK0.730.1900.17
HSL196.08º63.49%52.75%-
HSV(B)196.08º72.51%82.75%-
XYZ27.8834.3566.79-
YUV141.19167.3968.67-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.21%
GREEN value IS 170 (66.80% from 255) = 38.72%
BLUE value IS 211 (82.81% from 255) = 48.06%
R=13.21%
G=38.72%
B=48.06%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal581702110.730.1900.17196.0863.4952.75
Hex3AAAD34913011c43f35
Octal72252323111230213047765
Binary111010101010101101001110010011001101000111000100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AAAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,170,211); }

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

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

 a { background-color: rgb(58,170,211); }

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

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

 span { border-color: rgb(58,170,211); }

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