Shades of Summer Sky #349BCE
Tints of Summer Sky #349BCE
RGB
CMYK
RGB Variations
Color information
#349BCE (or 0x349BCE) is known color: Summer Sky. HEX triplet: 34, 9B and CE. RGB value is (52,155,206). Sum of RGB (Red+Green+Blue) = 52+155+206=413 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.59% from 413); Green value is 155 (60.94% from 255 or 37.53% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #349BCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #349BCE is #CB6431. Grayscale: #818181. Windows color (decimal): -13329458 or 13540148. OLE color: 13540148.
HSL color Cylindrical-coordinate representation of color #349BCE: hue angle of 199.87º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #349BCE is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 155 | 206 | - |
| CMYK | 0.75 | 0.25 | 0 | 0.19 |
| HSL | 199.87º | 0.61% | 0.51% | - |
| HSV(B) | 199.87º | 0.75% | 0.81% | - |
| XYZ | 24.28 | 28.63 | 62.64 | - |
| YUV | 130.02 | 170.88 | 72.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 155 | 206 | 0.75 | 0.25 | 0 | 0.19 | 199.87 | 0.61 | 0.51 |
| Hex | 34 | 9B | CE | 4B | 19 | 0 | 13 | C8 | 3D | 33 |
| Octal | 64 | 233 | 316 | 113 | 31 | 0 | 23 | 310 | 75 | 63 |
| Binary | 110100 | 10011011 | 11001110 | 1001011 | 11001 | 0 | 10011 | 11001000 | 111101 | 110011 |
Color Harmonies of #349BCE
Complementary color
Monochromatic Colors of #349BCE
Black with #349BCE
Text Example
Text Example
White with #349BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #349BCE; }
p { color: rgb(52,155,206); }
H1.HeaderClassName
{
color: #349BCE;
}
.AnyTagClassName
{
color: #349BCE;
}
</style>
background-color css
<style>
a { background-color: #349BCE; }
a { background-color: rgb(52,155,206); }
div.DivClassName
{
background-color: #349BCE;
}
.BgClassName
{
background-color: #349BCE;
}
</style>
border-color css
<style>
span { border-color: #349BCE; }
span { border-color: rgb(52,155,206); }
td.TdClassName
{
border-color: #349BCE;
}
.TagClassName
{
border-color: #349BCE;
}
</style>