#3AA7D7

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

Shades of Summer Sky #3AA7D7

Tints of Summer Sky #3AA7D7

Color information

#3AA7D7 (or 0x3AA7D7) is unknown color: approx Summer Sky. HEX triplet: 3A, A7 and D7. RGB value is (58,167,215). Sum of RGB (Red+Green+Blue) = 58+167+215=440 (58% of max value = 765). Red value is 58 (23.05% from 255 or 13.18% from 440); Green value is 167 (65.62% from 255 or 37.95% from 440); Blue value is 215 (84.38% from 255 or 48.86% from 440); Max value from RGB is 215 - color contains mainly: blue. Hex color #3AA7D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3AA7D7 is #C55828. Grayscale: #8B8B8B. Windows color (decimal): -12933161 or 14133050. OLE color: 14133050.

HSL color Cylindrical-coordinate representation of color #3AA7D7: hue angle of 198.34º 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 #3AA7D7 is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB58167215-
CMYK0.730.2200.16
HSL198.34º66.24%53.53%-
HSV(B)198.34º73.02%84.31%-
XYZ27.8333.4469.28-
YUV139.88170.3969.6-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 13.18%
GREEN value IS 167 (65.62% from 255) = 37.95%
BLUE value IS 215 (84.38% from 255) = 48.86%
R=13.18%
G=37.95%
B=48.86%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal581672150.730.2200.16198.3466.2453.53
Hex3AA7D74916010c64236
Octal722473271112602030610266
Binary1110101010011111010111100100110110010000110001101000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AA7D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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