Shades of Summer Sky #3492DA
Tints of Summer Sky #3492DA
RGB
CMYK
RGB Variations
Color information
#3492DA (or 0x3492DA) is known color: Summer Sky. HEX triplet: 34, 92 and DA. RGB value is (52,146,218). Sum of RGB (Red+Green+Blue) = 52+146+218=416 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.5% from 416); Green value is 146 (57.42% from 255 or 35.10% from 416); Blue value is 218 (85.55% from 255 or 52.40% from 416); Max value from RGB is 218 - color contains mainly: blue. Hex color #3492DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3492DA is #CB6D25. Grayscale: #7D7D7D. Windows color (decimal): -13331750 or 14324276. OLE color: 14324276.
HSL color Cylindrical-coordinate representation of color #3492DA: hue angle of 206.02º 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 #3492DA is Cyan = 0.76, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 146 | 218 | - |
| CMYK | 0.76 | 0.33 | 0 | 0.15 |
| HSL | 206.02º | 0.69% | 0.53% | - |
| HSV(B) | 206.02º | 0.76% | 0.85% | - |
| XYZ | 24.35 | 26.35 | 70.13 | - |
| YUV | 126.1 | 179.86 | 75.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 146 | 218 | 0.76 | 0.33 | 0 | 0.15 | 206.02 | 0.69 | 0.53 |
| Hex | 34 | 92 | DA | 4C | 21 | 0 | F | CE | 45 | 35 |
| Octal | 64 | 222 | 332 | 114 | 41 | 0 | 17 | 316 | 105 | 65 |
| Binary | 110100 | 10010010 | 11011010 | 1001100 | 100001 | 0 | 1111 | 11001110 | 1000101 | 110101 |
Color Harmonies of #3492DA
Complementary color
Monochromatic Colors of #3492DA
Black with #3492DA
Text Example
Text Example
White with #3492DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3492DA; }
p { color: rgb(52,146,218); }
H1.HeaderClassName
{
color: #3492DA;
}
.AnyTagClassName
{
color: #3492DA;
}
</style>
background-color css
<style>
a { background-color: #3492DA; }
a { background-color: rgb(52,146,218); }
div.DivClassName
{
background-color: #3492DA;
}
.BgClassName
{
background-color: #3492DA;
}
</style>
border-color css
<style>
span { border-color: #3492DA; }
span { border-color: rgb(52,146,218); }
td.TdClassName
{
border-color: #3492DA;
}
.TagClassName
{
border-color: #3492DA;
}
</style>