Shades of Curious Blue #348EC9
Tints of Curious Blue #348EC9
RGB
CMYK
RGB Variations
Color information
#348EC9 (or 0x348EC9) is known color: Curious Blue. HEX triplet: 34, 8E and C9. RGB value is (52,142,201). Sum of RGB (Red+Green+Blue) = 52+142+201=395 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.16% from 395); Green value is 142 (55.86% from 255 or 35.95% from 395); Blue value is 201 (78.91% from 255 or 50.89% from 395); Max value from RGB is 201 - color contains mainly: blue. Hex color #348EC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348EC9 is #CB7136. Grayscale: #797979. Windows color (decimal): -13332791 or 13209140. OLE color: 13209140.
HSL color Cylindrical-coordinate representation of color #348EC9: hue angle of 203.76º 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 #348EC9 is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 52 | 142 | 201 | - |
| CMYK | 0.74 | 0.29 | 0 | 0.21 |
| HSL | 203.76º | 0.59% | 0.5% | - |
| HSV(B) | 203.76º | 0.74% | 0.79% | - |
| XYZ | 21.63 | 24.29 | 58.81 | - |
| YUV | 121.82 | 172.68 | 78.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 142 | 201 | 0.74 | 0.29 | 0 | 0.21 | 203.76 | 0.59 | 0.5 |
| Hex | 34 | 8E | C9 | 4A | 1D | 0 | 15 | CC | 3B | 32 |
| Octal | 64 | 216 | 311 | 112 | 35 | 0 | 25 | 314 | 73 | 62 |
| Binary | 110100 | 10001110 | 11001001 | 1001010 | 11101 | 0 | 10101 | 11001100 | 111011 | 110010 |
Color Harmonies of #348EC9
Complementary color
Monochromatic Colors of #348EC9
Black with #348EC9
Text Example
Text Example
White with #348EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348EC9; }
p { color: rgb(52,142,201); }
H1.HeaderClassName
{
color: #348EC9;
}
.AnyTagClassName
{
color: #348EC9;
}
</style>
background-color css
<style>
a { background-color: #348EC9; }
a { background-color: rgb(52,142,201); }
div.DivClassName
{
background-color: #348EC9;
}
.BgClassName
{
background-color: #348EC9;
}
</style>
border-color css
<style>
span { border-color: #348EC9; }
span { border-color: rgb(52,142,201); }
td.TdClassName
{
border-color: #348EC9;
}
.TagClassName
{
border-color: #348EC9;
}
</style>