Shades of Summer Sky #3DA2FA
Tints of Summer Sky #3DA2FA
RGB
CMYK
RGB Variations
Color information
#3DA2FA (or 0x3DA2FA) is known color: Summer Sky. HEX triplet: 3D, A2 and FA. RGB value is (61,162,250). Sum of RGB (Red+Green+Blue) = 61+162+250=473 (62% of max value = 765). Red value is 61 (24.22% from 255 or 12.90% from 473); Green value is 162 (63.67% from 255 or 34.25% from 473); Blue value is 250 (98.05% from 255 or 52.85% from 473); Max value from RGB is 250 - color contains mainly: blue. Hex color #3DA2FA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #3DA2FA is #C25D05. Grayscale: #8D8D8D. Windows color (decimal): -12737798 or 16425533. OLE color: 16425533.
HSL color Cylindrical-coordinate representation of color #3DA2FA: hue angle of 207.94º degrees, saturation: 0.95, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3DA2FA is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 61 | 162 | 250 | - |
| CMYK | 0.76 | 0.35 | 0 | 0.02 |
| HSL | 207.94º | 0.95% | 0.61% | - |
| HSV(B) | 207.94º | 0.76% | 0.98% | - |
| XYZ | 32.1 | 33.73 | 95.26 | - |
| YUV | 141.83 | 189.04 | 70.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 162 | 250 | 0.76 | 0.35 | 0 | 0.02 | 207.94 | 0.95 | 0.61 |
| Hex | 3D | A2 | FA | 4C | 23 | 0 | 2 | D0 | 5F | 3D |
| Octal | 75 | 242 | 372 | 114 | 43 | 0 | 2 | 320 | 137 | 75 |
| Binary | 111101 | 10100010 | 11111010 | 1001100 | 100011 | 0 | 10 | 11010000 | 1011111 | 111101 |
Color Harmonies of #3DA2FA
Complementary color
Monochromatic Colors of #3DA2FA
Black with #3DA2FA
Text Example
Text Example
White with #3DA2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DA2FA; }
p { color: rgb(61,162,250); }
H1.HeaderClassName
{
color: #3DA2FA;
}
.AnyTagClassName
{
color: #3DA2FA;
}
</style>
background-color css
<style>
a { background-color: #3DA2FA; }
a { background-color: rgb(61,162,250); }
div.DivClassName
{
background-color: #3DA2FA;
}
.BgClassName
{
background-color: #3DA2FA;
}
</style>
border-color css
<style>
span { border-color: #3DA2FA; }
span { border-color: rgb(61,162,250); }
td.TdClassName
{
border-color: #3DA2FA;
}
.TagClassName
{
border-color: #3DA2FA;
}
</style>