Shades of Summer Sky #3DAFF1
Tints of Summer Sky #3DAFF1
RGB
CMYK
RGB Variations
Color information
#3DAFF1 (or 0x3DAFF1) is known color: Summer Sky. HEX triplet: 3D, AF and F1. RGB value is (61,175,241). Sum of RGB (Red+Green+Blue) = 61+175+241=477 (63% of max value = 765). Red value is 61 (24.22% from 255 or 12.79% from 477); Green value is 175 (68.75% from 255 or 36.69% from 477); Blue value is 241 (94.53% from 255 or 50.52% from 477); Max value from RGB is 241 - color contains mainly: blue. Hex color #3DAFF1 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3DAFF1 is #C2500E. Grayscale: #949494. Windows color (decimal): -12734479 or 15839037. OLE color: 15839037.
HSL color Cylindrical-coordinate representation of color #3DAFF1: hue angle of 202º 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 #3DAFF1 is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 61 | 175 | 241 | - |
| CMYK | 0.75 | 0.27 | 0 | 0.05 |
| HSL | 202º | 0.87% | 0.59% | - |
| HSV(B) | 202º | 0.75% | 0.95% | - |
| XYZ | 33.13 | 38 | 88.81 | - |
| YUV | 148.44 | 180.23 | 65.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 175 | 241 | 0.75 | 0.27 | 0 | 0.05 | 202 | 0.87 | 0.59 |
| Hex | 3D | AF | F1 | 4B | 1B | 0 | 5 | CA | 57 | 3B |
| Octal | 75 | 257 | 361 | 113 | 33 | 0 | 5 | 312 | 127 | 73 |
| Binary | 111101 | 10101111 | 11110001 | 1001011 | 11011 | 0 | 101 | 11001010 | 1010111 | 111011 |
Color Harmonies of #3DAFF1
Complementary color
Monochromatic Colors of #3DAFF1
Black with #3DAFF1
Text Example
Text Example
White with #3DAFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DAFF1; }
p { color: rgb(61,175,241); }
H1.HeaderClassName
{
color: #3DAFF1;
}
.AnyTagClassName
{
color: #3DAFF1;
}
</style>
background-color css
<style>
a { background-color: #3DAFF1; }
a { background-color: rgb(61,175,241); }
div.DivClassName
{
background-color: #3DAFF1;
}
.BgClassName
{
background-color: #3DAFF1;
}
</style>
border-color css
<style>
span { border-color: #3DAFF1; }
span { border-color: rgb(61,175,241); }
td.TdClassName
{
border-color: #3DAFF1;
}
.TagClassName
{
border-color: #3DAFF1;
}
</style>