#3A9ADD

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

Shades of Summer Sky #3A9ADD

Tints of Summer Sky #3A9ADD

Color information

#3A9ADD (or 0x3A9ADD) is unknown color: approx Summer Sky. HEX triplet: 3A, 9A and DD. RGB value is (58,154,221). Sum of RGB (Red+Green+Blue) = 58+154+221=433 (57% of max value = 765). Red value is 58 (23.05% from 255 or 13.39% from 433); Green value is 154 (60.55% from 255 or 35.57% from 433); Blue value is 221 (86.72% from 255 or 51.04% from 433); Max value from RGB is 221 - color contains mainly: blue. Hex color #3A9ADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A9ADD is #C56522. Grayscale: #848484. Windows color (decimal): -12936483 or 14522938. OLE color: 14522938.

HSL color Cylindrical-coordinate representation of color #3A9ADD: hue angle of 204.66º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3A9ADD is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB58154221-
CMYK0.740.3000.13
HSL204.66º70.56%54.71%-
HSV(B)204.66º73.76%86.67%-
XYZ26.3529.2372.66-
YUV132.93177.774.55-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.39%
GREEN value IS 154 (60.55% from 255) = 35.57%
BLUE value IS 221 (86.72% from 255) = 51.04%
R=13.39%
G=35.57%
B=51.04%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal581542210.740.3000.13204.6670.5654.71
Hex3A9ADD4A1E0Dcd4737
Octal722323351123601531510767
Binary111010100110101101110110010101111001101110011011000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A9ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,154,221); }

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

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

 a { background-color: rgb(58,154,221); }

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

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

 span { border-color: rgb(58,154,221); }

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