Shades of Curious Blue #348DC9
Tints of Curious Blue #348DC9
RGB
CMYK
RGB Variations
Color information
#348DC9 (or 0x348DC9) is known color: Curious Blue. HEX triplet: 34, 8D and C9. RGB value is (52,141,201). Sum of RGB (Red+Green+Blue) = 52+141+201=394 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.20% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 201 (78.91% from 255 or 51.02% from 394); Max value from RGB is 201 - color contains mainly: blue. Hex color #348DC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348DC9 is #CB7236. Grayscale: #787878. Windows color (decimal): -13333047 or 13208884. OLE color: 13208884.
HSL color Cylindrical-coordinate representation of color #348DC9: hue angle of 204.16º degrees, saturation: 0.59, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #348DC9 is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 52 | 141 | 201 | - |
| CMYK | 0.74 | 0.30 | 0 | 0.21 |
| HSL | 204.16º | 0.59% | 0.5% | - |
| HSV(B) | 204.16º | 0.74% | 0.79% | - |
| XYZ | 21.48 | 24 | 58.76 | - |
| YUV | 121.23 | 173.01 | 78.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 141 | 201 | 0.74 | 0.30 | 0 | 0.21 | 204.16 | 0.59 | 0.5 |
| Hex | 34 | 8D | C9 | 4A | 1E | 0 | 15 | CC | 3B | 32 |
| Octal | 64 | 215 | 311 | 112 | 36 | 0 | 25 | 314 | 73 | 62 |
| Binary | 110100 | 10001101 | 11001001 | 1001010 | 11110 | 0 | 10101 | 11001100 | 111011 | 110010 |
Color Harmonies of #348DC9
Complementary color
Monochromatic Colors of #348DC9
Black with #348DC9
Text Example
Text Example
White with #348DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348DC9; }
p { color: rgb(52,141,201); }
H1.HeaderClassName
{
color: #348DC9;
}
.AnyTagClassName
{
color: #348DC9;
}
</style>
background-color css
<style>
a { background-color: #348DC9; }
a { background-color: rgb(52,141,201); }
div.DivClassName
{
background-color: #348DC9;
}
.BgClassName
{
background-color: #348DC9;
}
</style>
border-color css
<style>
span { border-color: #348DC9; }
span { border-color: rgb(52,141,201); }
td.TdClassName
{
border-color: #348DC9;
}
.TagClassName
{
border-color: #348DC9;
}
</style>