#3DA5F0

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

Shades of Summer Sky #3DA5F0

Tints of Summer Sky #3DA5F0

Color information

#3DA5F0 (or 0x3DA5F0) is unknown color: approx Summer Sky. HEX triplet: 3D, A5 and F0. RGB value is (61,165,240). Sum of RGB (Red+Green+Blue) = 61+165+240=466 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.09% from 466); Green value is 165 (64.84% from 255 or 35.41% from 466); Blue value is 240 (94.14% from 255 or 51.50% from 466); Max value from RGB is 240 - color contains mainly: blue. Hex color #3DA5F0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3DA5F0 is #C25A0F. Grayscale: #8E8E8E. Windows color (decimal): -12737040 or 15770941. OLE color: 15770941.

HSL color Cylindrical-coordinate representation of color #3DA5F0: hue angle of 205.14º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DA5F0 is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB61165240-
CMYK0.750.3100.06
HSL205.14º85.65%59.02%-
HSV(B)205.14º74.58%94.12%-
XYZ31.1134.1987.4-
YUV142.45183.0469.9-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.09%
GREEN value IS 165 (64.84% from 255) = 35.41%
BLUE value IS 240 (94.14% from 255) = 51.50%
R=13.09%
G=35.41%
B=51.50%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal611652400.750.3100.06205.1485.6559.02
Hex3DA5F04B1F06cd563b
Octal75245360113370631512673
Binary11110110100101111100001001011111110110110011011010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA5F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,165,240); }

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

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

 a { background-color: rgb(61,165,240); }

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

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

 span { border-color: rgb(61,165,240); }

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