Shades of Summer Sky #3498DA
Tints of Summer Sky #3498DA
RGB
CMYK
RGB Variations
Color information
#3498DA (or 0x3498DA) is known color: Summer Sky. HEX triplet: 34, 98 and DA. RGB value is (52,152,218). Sum of RGB (Red+Green+Blue) = 52+152+218=422 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.32% from 422); Green value is 152 (59.77% from 255 or 36.02% from 422); Blue value is 218 (85.55% from 255 or 51.66% from 422); Max value from RGB is 218 - color contains mainly: blue. Hex color #3498DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3498DA is #CB6725. Grayscale: #818181. Windows color (decimal): -13330214 or 14325812. OLE color: 14325812.
HSL color Cylindrical-coordinate representation of color #3498DA: hue angle of 203.86º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3498DA is Cyan = 0.76, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 152 | 218 | - |
| CMYK | 0.76 | 0.30 | 0 | 0.15 |
| HSL | 203.86º | 0.69% | 0.53% | - |
| HSV(B) | 203.86º | 0.76% | 0.85% | - |
| XYZ | 25.3 | 28.25 | 70.45 | - |
| YUV | 129.62 | 177.87 | 72.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 152 | 218 | 0.76 | 0.30 | 0 | 0.15 | 203.86 | 0.69 | 0.53 |
| Hex | 34 | 98 | DA | 4C | 1E | 0 | F | CC | 45 | 35 |
| Octal | 64 | 230 | 332 | 114 | 36 | 0 | 17 | 314 | 105 | 65 |
| Binary | 110100 | 10011000 | 11011010 | 1001100 | 11110 | 0 | 1111 | 11001100 | 1000101 | 110101 |
Color Harmonies of #3498DA
Complementary color
Monochromatic Colors of #3498DA
Black with #3498DA
Text Example
Text Example
White with #3498DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3498DA; }
p { color: rgb(52,152,218); }
H1.HeaderClassName
{
color: #3498DA;
}
.AnyTagClassName
{
color: #3498DA;
}
</style>
background-color css
<style>
a { background-color: #3498DA; }
a { background-color: rgb(52,152,218); }
div.DivClassName
{
background-color: #3498DA;
}
.BgClassName
{
background-color: #3498DA;
}
</style>
border-color css
<style>
span { border-color: #3498DA; }
span { border-color: rgb(52,152,218); }
td.TdClassName
{
border-color: #3498DA;
}
.TagClassName
{
border-color: #3498DA;
}
</style>