#3DA4F1

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

Shades of Summer Sky #3DA4F1

Tints of Summer Sky #3DA4F1

Color information

#3DA4F1 (or 0x3DA4F1) is unknown color: approx Summer Sky. HEX triplet: 3D, A4 and F1. RGB value is (61,164,241). Sum of RGB (Red+Green+Blue) = 61+164+241=466 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.09% from 466); Green value is 164 (64.45% from 255 or 35.19% from 466); Blue value is 241 (94.53% from 255 or 51.72% from 466); Max value from RGB is 241 - color contains mainly: blue. Hex color #3DA4F1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3DA4F1 is #C25B0E. Grayscale: #8D8D8D. Windows color (decimal): -12737295 or 15836221. OLE color: 15836221.

HSL color Cylindrical-coordinate representation of color #3DA4F1: hue angle of 205.67º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DA4F1 is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB61164241-
CMYK0.750.3200.05
HSL205.67º86.54%59.22%-
HSV(B)205.67º74.69%94.51%-
XYZ31.0833.8988.12-
YUV141.98183.8870.24-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.09%
GREEN value IS 164 (64.45% from 255) = 35.19%
BLUE value IS 241 (94.53% from 255) = 51.72%
R=13.09%
G=35.19%
B=51.72%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal611642410.750.3200.05205.6786.5459.22
Hex3DA4F14B2005ce573b
Octal75244361113400531612773
Binary111101101001001111000110010111000000101110011101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA4F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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