#3AA8E2

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

Shades of Summer Sky #3AA8E2

Tints of Summer Sky #3AA8E2

Color information

#3AA8E2 (or 0x3AA8E2) is unknown color: approx Summer Sky. HEX triplet: 3A, A8 and E2. RGB value is (58,168,226). Sum of RGB (Red+Green+Blue) = 58+168+226=452 (59% of max value = 765). Red value is 58 (23.05% from 255 or 12.83% from 452); Green value is 168 (66.02% from 255 or 37.17% from 452); Blue value is 226 (88.67% from 255 or 50% from 452); Max value from RGB is 226 - color contains mainly: blue. Hex color #3AA8E2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AA8E2 is #C5571D. Grayscale: #8D8D8D. Windows color (decimal): -12932894 or 14854202. OLE color: 14854202.

HSL color Cylindrical-coordinate representation of color #3AA8E2: hue angle of 200.71º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AA8E2 is Cyan = 0.74, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB58168226-
CMYK0.740.2600.11
HSL200.71º74.34%55.69%-
HSV(B)200.71º74.34%88.63%-
XYZ29.4834.477.04-
YUV141.72175.5668.28-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.83%
GREEN value IS 168 (66.02% from 255) = 37.17%
BLUE value IS 226 (88.67% from 255) = 50%
R=12.83%
G=37.17%
B=50%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal581682260.740.2600.11200.7174.3455.69
Hex3AA8E24A1A0Bc94a38
Octal722503421123201331111270
Binary111010101010001110001010010101101001011110010011001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA8E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,168,226); }

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

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

 a { background-color: rgb(58,168,226); }

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

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

 span { border-color: rgb(58,168,226); }

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