Shades of Summer Sky #348EDC
Tints of Summer Sky #348EDC
RGB
CMYK
RGB Variations
Color information
#348EDC (or 0x348EDC) is known color: Summer Sky. HEX triplet: 34, 8E and DC. RGB value is (52,142,220). Sum of RGB (Red+Green+Blue) = 52+142+220=414 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.56% from 414); Green value is 142 (55.86% from 255 or 34.30% from 414); Blue value is 220 (86.33% from 255 or 53.14% from 414); Max value from RGB is 220 - color contains mainly: blue. Hex color #348EDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348EDC is #CB7123. Grayscale: #7B7B7B. Windows color (decimal): -13332772 or 14454324. OLE color: 14454324.
HSL color Cylindrical-coordinate representation of color #348EDC: hue angle of 207.86º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #348EDC is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 142 | 220 | - |
| CMYK | 0.76 | 0.35 | 0 | 0.14 |
| HSL | 207.86º | 0.71% | 0.53% | - |
| HSV(B) | 207.86º | 0.76% | 0.86% | - |
| XYZ | 24.01 | 25.24 | 71.32 | - |
| YUV | 123.98 | 182.18 | 76.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 142 | 220 | 0.76 | 0.35 | 0 | 0.14 | 207.86 | 0.71 | 0.53 |
| Hex | 34 | 8E | DC | 4C | 23 | 0 | E | D0 | 47 | 35 |
| Octal | 64 | 216 | 334 | 114 | 43 | 0 | 16 | 320 | 107 | 65 |
| Binary | 110100 | 10001110 | 11011100 | 1001100 | 100011 | 0 | 1110 | 11010000 | 1000111 | 110101 |
Color Harmonies of #348EDC
Complementary color
Monochromatic Colors of #348EDC
Black with #348EDC
Text Example
Text Example
White with #348EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348EDC; }
p { color: rgb(52,142,220); }
H1.HeaderClassName
{
color: #348EDC;
}
.AnyTagClassName
{
color: #348EDC;
}
</style>
background-color css
<style>
a { background-color: #348EDC; }
a { background-color: rgb(52,142,220); }
div.DivClassName
{
background-color: #348EDC;
}
.BgClassName
{
background-color: #348EDC;
}
</style>
border-color css
<style>
span { border-color: #348EDC; }
span { border-color: rgb(52,142,220); }
td.TdClassName
{
border-color: #348EDC;
}
.TagClassName
{
border-color: #348EDC;
}
</style>