Shades of Summer Sky #3FA2DA
Tints of Summer Sky #3FA2DA
RGB
CMYK
RGB Variations
Color information
#3FA2DA (or 0x3FA2DA) is known color: Summer Sky. HEX triplet: 3F, A2 and DA. RGB value is (63,162,218). Sum of RGB (Red+Green+Blue) = 63+162+218=443 (58% of max value = 765). Red value is 63 (25% from 255 or 14.22% from 443); Green value is 162 (63.67% from 255 or 36.57% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #3FA2DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3FA2DA is #C05D25. Grayscale: #8A8A8A. Windows color (decimal): -12606758 or 14328383. OLE color: 14328383.
HSL color Cylindrical-coordinate representation of color #3FA2DA: hue angle of 201.68º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3FA2DA is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 63 | 162 | 218 | - |
| CMYK | 0.71 | 0.26 | 0 | 0.15 |
| HSL | 201.68º | 0.68% | 0.55% | - |
| HSV(B) | 201.68º | 0.71% | 0.85% | - |
| XYZ | 27.63 | 31.96 | 71.04 | - |
| YUV | 138.78 | 172.7 | 73.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 162 | 218 | 0.71 | 0.26 | 0 | 0.15 | 201.68 | 0.68 | 0.55 |
| Hex | 3F | A2 | DA | 47 | 1A | 0 | F | CA | 44 | 37 |
| Octal | 77 | 242 | 332 | 107 | 32 | 0 | 17 | 312 | 104 | 67 |
| Binary | 111111 | 10100010 | 11011010 | 1000111 | 11010 | 0 | 1111 | 11001010 | 1000100 | 110111 |
Color Harmonies of #3FA2DA
Complementary color
Monochromatic Colors of #3FA2DA
Black with #3FA2DA
Text Example
Text Example
White with #3FA2DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA2DA; }
p { color: rgb(63,162,218); }
H1.HeaderClassName
{
color: #3FA2DA;
}
.AnyTagClassName
{
color: #3FA2DA;
}
</style>
background-color css
<style>
a { background-color: #3FA2DA; }
a { background-color: rgb(63,162,218); }
div.DivClassName
{
background-color: #3FA2DA;
}
.BgClassName
{
background-color: #3FA2DA;
}
</style>
border-color css
<style>
span { border-color: #3FA2DA; }
span { border-color: rgb(63,162,218); }
td.TdClassName
{
border-color: #3FA2DA;
}
.TagClassName
{
border-color: #3FA2DA;
}
</style>