#3DA4F0

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

Shades of Summer Sky #3DA4F0

Tints of Summer Sky #3DA4F0

Color information

#3DA4F0 (or 0x3DA4F0) is unknown color: approx Summer Sky. HEX triplet: 3D, A4 and F0. RGB value is (61,164,240). Sum of RGB (Red+Green+Blue) = 61+164+240=465 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.12% from 465); Green value is 164 (64.45% from 255 or 35.27% from 465); Blue value is 240 (94.14% from 255 or 51.61% from 465); Max value from RGB is 240 - color contains mainly: blue. Hex color #3DA4F0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3DA4F0 is #C25B0F. Grayscale: #8D8D8D. Windows color (decimal): -12737296 or 15770685. OLE color: 15770685.

HSL color Cylindrical-coordinate representation of color #3DA4F0: hue angle of 205.47º 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 #3DA4F0 is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB61164240-
CMYK0.750.3200.06
HSL205.47º85.65%59.02%-
HSV(B)205.47º74.58%94.12%-
XYZ30.9333.8387.34-
YUV141.87183.3870.32-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.12%
GREEN value IS 164 (64.45% from 255) = 35.27%
BLUE value IS 240 (94.14% from 255) = 51.61%
R=13.12%
G=35.27%
B=51.61%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal611642400.750.3200.06205.4785.6559.02
Hex3DA4F04B2006cd563b
Octal75244360113400631512673
Binary111101101001001111000010010111000000110110011011010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA4F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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