Shades of Curious Blue #348ED0
Tints of Curious Blue #348ED0
RGB
CMYK
RGB Variations
Color information
#348ED0 (or 0x348ED0) is known color: Curious Blue. HEX triplet: 34, 8E and D0. RGB value is (52,142,208). Sum of RGB (Red+Green+Blue) = 52+142+208=402 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.94% from 402); Green value is 142 (55.86% from 255 or 35.32% from 402); Blue value is 208 (81.64% from 255 or 51.74% from 402); Max value from RGB is 208 - color contains mainly: blue. Hex color #348ED0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348ED0 is #CB712F. Grayscale: #7A7A7A. Windows color (decimal): -13332784 or 13667892. OLE color: 13667892.
HSL color Cylindrical-coordinate representation of color #348ED0: hue angle of 205.38º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #348ED0 is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 52 | 142 | 208 | - |
| CMYK | 0.75 | 0.32 | 0 | 0.18 |
| HSL | 205.38º | 0.62% | 0.51% | - |
| HSV(B) | 205.38º | 0.75% | 0.82% | - |
| XYZ | 22.47 | 24.63 | 63.24 | - |
| YUV | 122.61 | 176.18 | 77.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 142 | 208 | 0.75 | 0.32 | 0 | 0.18 | 205.38 | 0.62 | 0.51 |
| Hex | 34 | 8E | D0 | 4B | 20 | 0 | 12 | CD | 3E | 33 |
| Octal | 64 | 216 | 320 | 113 | 40 | 0 | 22 | 315 | 76 | 63 |
| Binary | 110100 | 10001110 | 11010000 | 1001011 | 100000 | 0 | 10010 | 11001101 | 111110 | 110011 |
Color Harmonies of #348ED0
Complementary color
Monochromatic Colors of #348ED0
Black with #348ED0
Text Example
Text Example
White with #348ED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348ED0; }
p { color: rgb(52,142,208); }
H1.HeaderClassName
{
color: #348ED0;
}
.AnyTagClassName
{
color: #348ED0;
}
</style>
background-color css
<style>
a { background-color: #348ED0; }
a { background-color: rgb(52,142,208); }
div.DivClassName
{
background-color: #348ED0;
}
.BgClassName
{
background-color: #348ED0;
}
</style>
border-color css
<style>
span { border-color: #348ED0; }
span { border-color: rgb(52,142,208); }
td.TdClassName
{
border-color: #348ED0;
}
.TagClassName
{
border-color: #348ED0;
}
</style>