#3A99D7

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

Shades of Summer Sky #3A99D7

Tints of Summer Sky #3A99D7

Color information

#3A99D7 (or 0x3A99D7) is unknown color: approx Summer Sky. HEX triplet: 3A, 99 and D7. RGB value is (58,153,215). Sum of RGB (Red+Green+Blue) = 58+153+215=426 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.62% from 426); Green value is 153 (60.16% from 255 or 35.92% from 426); Blue value is 215 (84.38% from 255 or 50.47% from 426); Max value from RGB is 215 - color contains mainly: blue. Hex color #3A99D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A99D7 is #C56628. Grayscale: #838383. Windows color (decimal): -12936745 or 14129466. OLE color: 14129466.

HSL color Cylindrical-coordinate representation of color #3A99D7: hue angle of 203.69º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A99D7 is Cyan = 0.73, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB58153215-
CMYK0.730.2900.16
HSL203.69º66.24%53.53%-
HSV(B)203.69º73.02%84.31%-
XYZ25.428.5968.47-
YUV131.66175.0375.46-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.62%
GREEN value IS 153 (60.16% from 255) = 35.92%
BLUE value IS 215 (84.38% from 255) = 50.47%
R=13.62%
G=35.92%
B=50.47%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal581532150.730.2900.16203.6966.2453.53
Hex3A99D7491D010cc4236
Octal722313271113502031410266
Binary1110101001100111010111100100111101010000110011001000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A99D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,153,215); }

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

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

 a { background-color: rgb(58,153,215); }

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

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

 span { border-color: rgb(58,153,215); }

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