Shades of Curious Blue #348DCE
Tints of Curious Blue #348DCE
RGB
CMYK
RGB Variations
Color information
#348DCE (or 0x348DCE) is known color: Curious Blue. HEX triplet: 34, 8D and CE. RGB value is (52,141,206). Sum of RGB (Red+Green+Blue) = 52+141+206=399 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.03% from 399); Green value is 141 (55.47% from 255 or 35.34% from 399); Blue value is 206 (80.86% from 255 or 51.63% from 399); Max value from RGB is 206 - color contains mainly: blue. Hex color #348DCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348DCE is #CB7231. Grayscale: #797979. Windows color (decimal): -13333042 or 13536564. OLE color: 13536564.
HSL color Cylindrical-coordinate representation of color #348DCE: hue angle of 205.32º 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 #348DCE is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 52 | 141 | 206 | - |
| CMYK | 0.75 | 0.32 | 0 | 0.19 |
| HSL | 205.32º | 0.61% | 0.51% | - |
| HSV(B) | 205.32º | 0.75% | 0.81% | - |
| XYZ | 22.08 | 24.24 | 61.91 | - |
| YUV | 121.8 | 175.51 | 78.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 141 | 206 | 0.75 | 0.32 | 0 | 0.19 | 205.32 | 0.61 | 0.51 |
| Hex | 34 | 8D | CE | 4B | 20 | 0 | 13 | CD | 3D | 33 |
| Octal | 64 | 215 | 316 | 113 | 40 | 0 | 23 | 315 | 75 | 63 |
| Binary | 110100 | 10001101 | 11001110 | 1001011 | 100000 | 0 | 10011 | 11001101 | 111101 | 110011 |
Color Harmonies of #348DCE
Complementary color
Monochromatic Colors of #348DCE
Black with #348DCE
Text Example
Text Example
White with #348DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348DCE; }
p { color: rgb(52,141,206); }
H1.HeaderClassName
{
color: #348DCE;
}
.AnyTagClassName
{
color: #348DCE;
}
</style>
background-color css
<style>
a { background-color: #348DCE; }
a { background-color: rgb(52,141,206); }
div.DivClassName
{
background-color: #348DCE;
}
.BgClassName
{
background-color: #348DCE;
}
</style>
border-color css
<style>
span { border-color: #348DCE; }
span { border-color: rgb(52,141,206); }
td.TdClassName
{
border-color: #348DCE;
}
.TagClassName
{
border-color: #348DCE;
}
</style>