Shades of Curious Blue #348DCD
Tints of Curious Blue #348DCD
RGB
CMYK
RGB Variations
Color information
#348DCD (or 0x348DCD) is known color: Curious Blue. HEX triplet: 34, 8D and CD. RGB value is (52,141,205). Sum of RGB (Red+Green+Blue) = 52+141+205=398 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.07% from 398); Green value is 141 (55.47% from 255 or 35.43% from 398); Blue value is 205 (80.47% from 255 or 51.51% from 398); Max value from RGB is 205 - color contains mainly: blue. Hex color #348DCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348DCD is #CB7232. Grayscale: #797979. Windows color (decimal): -13333043 or 13471028. OLE color: 13471028.
HSL color Cylindrical-coordinate representation of color #348DCD: hue angle of 205.1º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #348DCD is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 141 | 205 | - |
| CMYK | 0.75 | 0.31 | 0 | 0.20 |
| HSL | 205.1º | 0.6% | 0.5% | - |
| HSV(B) | 205.1º | 0.75% | 0.8% | - |
| XYZ | 21.96 | 24.19 | 61.27 | - |
| YUV | 121.69 | 175.01 | 78.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 141 | 205 | 0.75 | 0.31 | 0 | 0.20 | 205.1 | 0.6 | 0.5 |
| Hex | 34 | 8D | CD | 4B | 1F | 0 | 14 | CD | 3C | 32 |
| Octal | 64 | 215 | 315 | 113 | 37 | 0 | 24 | 315 | 74 | 62 |
| Binary | 110100 | 10001101 | 11001101 | 1001011 | 11111 | 0 | 10100 | 11001101 | 111100 | 110010 |
Color Harmonies of #348DCD
Complementary color
Monochromatic Colors of #348DCD
Black with #348DCD
Text Example
Text Example
White with #348DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348DCD; }
p { color: rgb(52,141,205); }
H1.HeaderClassName
{
color: #348DCD;
}
.AnyTagClassName
{
color: #348DCD;
}
</style>
background-color css
<style>
a { background-color: #348DCD; }
a { background-color: rgb(52,141,205); }
div.DivClassName
{
background-color: #348DCD;
}
.BgClassName
{
background-color: #348DCD;
}
</style>
border-color css
<style>
span { border-color: #348DCD; }
span { border-color: rgb(52,141,205); }
td.TdClassName
{
border-color: #348DCD;
}
.TagClassName
{
border-color: #348DCD;
}
</style>