#3AA3E0

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

Shades of Summer Sky #3AA3E0

Tints of Summer Sky #3AA3E0

Color information

#3AA3E0 (or 0x3AA3E0) is unknown color: approx Summer Sky. HEX triplet: 3A, A3 and E0. RGB value is (58,163,224). Sum of RGB (Red+Green+Blue) = 58+163+224=445 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.03% from 445); Green value is 163 (64.06% from 255 or 36.63% from 445); Blue value is 224 (87.89% from 255 or 50.34% from 445); Max value from RGB is 224 - color contains mainly: blue. Hex color #3AA3E0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AA3E0 is #C55C1F. Grayscale: #8A8A8A. Windows color (decimal): -12934176 or 14721850. OLE color: 14721850.

HSL color Cylindrical-coordinate representation of color #3AA3E0: hue angle of 202.05º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AA3E0 is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB58163224-
CMYK0.740.2700.12
HSL202.05º72.81%55.29%-
HSV(B)202.05º74.11%87.84%-
XYZ28.332.4875.3-
YUV138.56176.2170.54-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.03%
GREEN value IS 163 (64.06% from 255) = 36.63%
BLUE value IS 224 (87.89% from 255) = 50.34%
R=13.03%
G=36.63%
B=50.34%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal581632240.740.2700.12202.0572.8155.29
Hex3AA3E04A1B0Cca4937
Octal722433401123301431211167
Binary111010101000111110000010010101101101100110010101001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA3E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,163,224); }

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

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

 a { background-color: rgb(58,163,224); }

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

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

 span { border-color: rgb(58,163,224); }

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