#3AA4E0

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

Shades of Summer Sky #3AA4E0

Tints of Summer Sky #3AA4E0

Color information

#3AA4E0 (or 0x3AA4E0) is unknown color: approx Summer Sky. HEX triplet: 3A, A4 and E0. RGB value is (58,164,224). Sum of RGB (Red+Green+Blue) = 58+164+224=446 (59% of max value = 765). Red value is 58 (23.05% from 255 or 13.00% from 446); Green value is 164 (64.45% from 255 or 36.77% from 446); Blue value is 224 (87.89% from 255 or 50.22% from 446); Max value from RGB is 224 - color contains mainly: blue. Hex color #3AA4E0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AA4E0 is #C55B1F. Grayscale: #8A8A8A. Windows color (decimal): -12933920 or 14722106. OLE color: 14722106.

HSL color Cylindrical-coordinate representation of color #3AA4E0: hue angle of 201.69º 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 #3AA4E0 is Cyan = 0.74, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB58164224-
CMYK0.740.2700.12
HSL201.69º72.81%55.29%-
HSV(B)201.69º74.11%87.84%-
XYZ28.4732.8375.36-
YUV139.15175.8870.12-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.00%
GREEN value IS 164 (64.45% from 255) = 36.77%
BLUE value IS 224 (87.89% from 255) = 50.22%
R=13.00%
G=36.77%
B=50.22%

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
Decimal581642240.740.2700.12201.6972.8155.29
Hex3AA4E04A1B0Cca4937
Octal722443401123301431211167
Binary111010101001001110000010010101101101100110010101001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA4E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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