Shades of Summer Sky #3A94DA
Tints of Summer Sky #3A94DA
RGB
CMYK
RGB Variations
Color information
#3A94DA (or 0x3A94DA) is known color: Summer Sky. HEX triplet: 3A, 94 and DA. RGB value is (58,148,218). Sum of RGB (Red+Green+Blue) = 58+148+218=424 (56% of max value = 765). Red value is 58 (23.05% from 255 or 13.68% from 424); Green value is 148 (58.20% from 255 or 34.91% from 424); Blue value is 218 (85.55% from 255 or 51.42% from 424); Max value from RGB is 218 - color contains mainly: blue. Hex color #3A94DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3A94DA is #C56B25. Grayscale: #808080. Windows color (decimal): -12938022 or 14324794. OLE color: 14324794.
HSL color Cylindrical-coordinate representation of color #3A94DA: hue angle of 206.25º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3A94DA is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 58 | 148 | 218 | - |
| CMYK | 0.73 | 0.32 | 0 | 0.15 |
| HSL | 206.25º | 0.68% | 0.54% | - |
| HSV(B) | 206.25º | 0.73% | 0.85% | - |
| XYZ | 24.99 | 27.14 | 70.25 | - |
| YUV | 129.07 | 178.18 | 77.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 148 | 218 | 0.73 | 0.32 | 0 | 0.15 | 206.25 | 0.68 | 0.54 |
| Hex | 3A | 94 | DA | 49 | 20 | 0 | F | CE | 44 | 36 |
| Octal | 72 | 224 | 332 | 111 | 40 | 0 | 17 | 316 | 104 | 66 |
| Binary | 111010 | 10010100 | 11011010 | 1001001 | 100000 | 0 | 1111 | 11001110 | 1000100 | 110110 |
Color Harmonies of #3A94DA
Complementary color
Monochromatic Colors of #3A94DA
Black with #3A94DA
Text Example
Text Example
White with #3A94DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A94DA; }
p { color: rgb(58,148,218); }
H1.HeaderClassName
{
color: #3A94DA;
}
.AnyTagClassName
{
color: #3A94DA;
}
</style>
background-color css
<style>
a { background-color: #3A94DA; }
a { background-color: rgb(58,148,218); }
div.DivClassName
{
background-color: #3A94DA;
}
.BgClassName
{
background-color: #3A94DA;
}
</style>
border-color css
<style>
span { border-color: #3A94DA; }
span { border-color: rgb(58,148,218); }
td.TdClassName
{
border-color: #3A94DA;
}
.TagClassName
{
border-color: #3A94DA;
}
</style>