#3a9bd8

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

Shades of Summer Sky #3A9BD8

Tints of Summer Sky #3A9BD8

Color information

#3A9BD8 (or 0x3A9BD8) is unknown color: approx Summer Sky. HEX triplet: 3A, 9B and D8. RGB value is (58,155,216). Sum of RGB (Red+Green+Blue) = 58+155+216=429 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.52% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 216 (84.77% from 255 or 50.35% from 429); Max value from RGB is 216 - color contains mainly: blue. Hex color #3A9BD8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A9BD8 is #C56427. Grayscale: #848484. Windows color (decimal): -12936232 or 14195514. OLE color: 14195514.

HSL color Cylindrical-coordinate representation of color #3A9BD8: hue angle of 203.16º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A9BD8 is Cyan = 0.73, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB58155216-
CMYK0.730.2800.15
HSL203.16º66.95%53.73%-
HSV(B)203.16º73.15%84.71%-
XYZ25.8629.369.26-
YUV132.95174.8674.54-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.52%
GREEN value IS 155 (60.94% from 255) = 36.13%
BLUE value IS 216 (84.77% from 255) = 50.35%
R=13.52%
G=36.13%
B=50.35%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal581552160.730.2800.15203.1666.9553.73
Hex3A9BD8491C0Fcb4336
Octal722333301113401731310366
Binary111010100110111101100010010011110001111110010111000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3a9bd8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,155,216); }

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

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

 a { background-color: rgb(58,155,216); }

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

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

 span { border-color: rgb(58,155,216); }

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