Shades of Summer Sky #349FDA
Tints of Summer Sky #349FDA
RGB
CMYK
RGB Variations
Color information
#349FDA (or 0x349FDA) is known color: Summer Sky. HEX triplet: 34, 9F and DA. RGB value is (52,159,218). Sum of RGB (Red+Green+Blue) = 52+159+218=429 (56% of max value = 765). Red value is 52 (20.70% from 255 or 12.12% from 429); Green value is 159 (62.5% from 255 or 37.06% from 429); Blue value is 218 (85.55% from 255 or 50.82% from 429); Max value from RGB is 218 - color contains mainly: blue. Hex color #349FDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349FDA is #CB6025. Grayscale: #858585. Windows color (decimal): -13328422 or 14327604. OLE color: 14327604.
HSL color Cylindrical-coordinate representation of color #349FDA: hue angle of 201.33º 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 #349FDA is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 52 | 159 | 218 | - |
| CMYK | 0.76 | 0.27 | 0 | 0.15 |
| HSL | 201.33º | 0.69% | 0.53% | - |
| HSV(B) | 201.33º | 0.76% | 0.85% | - |
| XYZ | 26.47 | 30.59 | 70.84 | - |
| YUV | 133.73 | 175.55 | 69.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 159 | 218 | 0.76 | 0.27 | 0 | 0.15 | 201.33 | 0.69 | 0.53 |
| Hex | 34 | 9F | DA | 4C | 1B | 0 | F | C9 | 45 | 35 |
| Octal | 64 | 237 | 332 | 114 | 33 | 0 | 17 | 311 | 105 | 65 |
| Binary | 110100 | 10011111 | 11011010 | 1001100 | 11011 | 0 | 1111 | 11001001 | 1000101 | 110101 |
Color Harmonies of #349FDA
Complementary color
Monochromatic Colors of #349FDA
Black with #349FDA
Text Example
Text Example
White with #349FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349FDA; }
p { color: rgb(52,159,218); }
H1.HeaderClassName
{
color: #349FDA;
}
.AnyTagClassName
{
color: #349FDA;
}
</style>
background-color css
<style>
a { background-color: #349FDA; }
a { background-color: rgb(52,159,218); }
div.DivClassName
{
background-color: #349FDA;
}
.BgClassName
{
background-color: #349FDA;
}
</style>
border-color css
<style>
span { border-color: #349FDA; }
span { border-color: rgb(52,159,218); }
td.TdClassName
{
border-color: #349FDA;
}
.TagClassName
{
border-color: #349FDA;
}
</style>