Shades of Summer Sky #348EDF
Tints of Summer Sky #348EDF
RGB
CMYK
RGB Variations
Color information
#348EDF (or 0x348EDF) is known color: Summer Sky. HEX triplet: 34, 8E and DF. RGB value is (52,142,223). Sum of RGB (Red+Green+Blue) = 52+142+223=417 (55% of max value = 765). Red value is 52 (20.70% from 255 or 12.47% from 417); Green value is 142 (55.86% from 255 or 34.05% from 417); Blue value is 223 (87.5% from 255 or 53.48% from 417); Max value from RGB is 223 - color contains mainly: blue. Hex color #348EDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348EDF is #CB7120. Grayscale: #7B7B7B. Windows color (decimal): -13332769 or 14650932. OLE color: 14650932.
HSL color Cylindrical-coordinate representation of color #348EDF: hue angle of 208.42º degrees, saturation: 0.73, 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 #348EDF is Cyan = 0.77, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 142 | 223 | - |
| CMYK | 0.77 | 0.36 | 0 | 0.13 |
| HSL | 208.42º | 0.73% | 0.54% | - |
| HSV(B) | 208.42º | 0.77% | 0.87% | - |
| XYZ | 24.41 | 25.4 | 73.43 | - |
| YUV | 124.32 | 183.68 | 76.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 142 | 223 | 0.77 | 0.36 | 0 | 0.13 | 208.42 | 0.73 | 0.54 |
| Hex | 34 | 8E | DF | 4D | 24 | 0 | D | D0 | 49 | 36 |
| Octal | 64 | 216 | 337 | 115 | 44 | 0 | 15 | 320 | 111 | 66 |
| Binary | 110100 | 10001110 | 11011111 | 1001101 | 100100 | 0 | 1101 | 11010000 | 1001001 | 110110 |
Color Harmonies of #348EDF
Complementary color
Monochromatic Colors of #348EDF
Black with #348EDF
Text Example
Text Example
White with #348EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348EDF; }
p { color: rgb(52,142,223); }
H1.HeaderClassName
{
color: #348EDF;
}
.AnyTagClassName
{
color: #348EDF;
}
</style>
background-color css
<style>
a { background-color: #348EDF; }
a { background-color: rgb(52,142,223); }
div.DivClassName
{
background-color: #348EDF;
}
.BgClassName
{
background-color: #348EDF;
}
</style>
border-color css
<style>
span { border-color: #348EDF; }
span { border-color: rgb(52,142,223); }
td.TdClassName
{
border-color: #348EDF;
}
.TagClassName
{
border-color: #348EDF;
}
</style>