Shades of Summer Sky #348FDE
Tints of Summer Sky #348FDE
RGB
CMYK
RGB Variations
Color information
#348FDE (or 0x348FDE) is known color: Summer Sky. HEX triplet: 34, 8F and DE. RGB value is (52,143,222). Sum of RGB (Red+Green+Blue) = 52+143+222=417 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.47% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 222 (87.11% from 255 or 53.24% from 417); Max value from RGB is 222 - color contains mainly: blue. Hex color #348FDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348FDE is #CB7021. Grayscale: #7C7C7C. Windows color (decimal): -13332514 or 14585652. OLE color: 14585652.
HSL color Cylindrical-coordinate representation of color #348FDE: hue angle of 207.88º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #348FDE is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 143 | 222 | - |
| CMYK | 0.77 | 0.36 | 0 | 0.13 |
| HSL | 207.88º | 0.72% | 0.54% | - |
| HSV(B) | 207.88º | 0.77% | 0.87% | - |
| XYZ | 24.42 | 25.65 | 72.77 | - |
| YUV | 124.8 | 182.85 | 76.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 143 | 222 | 0.77 | 0.36 | 0 | 0.13 | 207.88 | 0.72 | 0.54 |
| Hex | 34 | 8F | DE | 4D | 24 | 0 | D | D0 | 48 | 36 |
| Octal | 64 | 217 | 336 | 115 | 44 | 0 | 15 | 320 | 110 | 66 |
| Binary | 110100 | 10001111 | 11011110 | 1001101 | 100100 | 0 | 1101 | 11010000 | 1001000 | 110110 |
Color Harmonies of #348FDE
Complementary color
Monochromatic Colors of #348FDE
Black with #348FDE
Text Example
Text Example
White with #348FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348FDE; }
p { color: rgb(52,143,222); }
H1.HeaderClassName
{
color: #348FDE;
}
.AnyTagClassName
{
color: #348FDE;
}
</style>
background-color css
<style>
a { background-color: #348FDE; }
a { background-color: rgb(52,143,222); }
div.DivClassName
{
background-color: #348FDE;
}
.BgClassName
{
background-color: #348FDE;
}
</style>
border-color css
<style>
span { border-color: #348FDE; }
span { border-color: rgb(52,143,222); }
td.TdClassName
{
border-color: #348FDE;
}
.TagClassName
{
border-color: #348FDE;
}
</style>