#3DA3DC

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

Shades of Summer Sky #3DA3DC

Tints of Summer Sky #3DA3DC

Color information

#3DA3DC (or 0x3DA3DC) is unknown color: approx Summer Sky. HEX triplet: 3D, A3 and DC. RGB value is (61,163,220). Sum of RGB (Red+Green+Blue) = 61+163+220=444 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.74% from 444); Green value is 163 (64.06% from 255 or 36.71% from 444); Blue value is 220 (86.33% from 255 or 49.55% from 444); Max value from RGB is 220 - color contains mainly: blue. Hex color #3DA3DC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3DA3DC is #C25C23. Grayscale: #8A8A8A. Windows color (decimal): -12737572 or 14459709. OLE color: 14459709.

HSL color Cylindrical-coordinate representation of color #3DA3DC: hue angle of 201.51º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DA3DC is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB61163220-
CMYK0.720.2600.14
HSL201.51º69.43%55.1%-
HSV(B)201.51º72.27%86.27%-
XYZ27.9432.3572.48-
YUV139173.7172.37-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.74%
GREEN value IS 163 (64.06% from 255) = 36.71%
BLUE value IS 220 (86.33% from 255) = 49.55%
R=13.74%
G=36.71%
B=49.55%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal611632200.720.2600.14201.5169.4355.1
Hex3DA3DC481A0Eca4537
Octal752433341103201631210567
Binary111101101000111101110010010001101001110110010101000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,163,220); }

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

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

 a { background-color: rgb(61,163,220); }

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

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

 span { border-color: rgb(61,163,220); }

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