Shades of Curious Blue #348DCC
Tints of Curious Blue #348DCC
RGB
CMYK
RGB Variations
Color information
#348DCC (or 0x348DCC) is known color: Curious Blue. HEX triplet: 34, 8D and CC. RGB value is (52,141,204). Sum of RGB (Red+Green+Blue) = 52+141+204=397 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.10% from 397); Green value is 141 (55.47% from 255 or 35.52% from 397); Blue value is 204 (80.08% from 255 or 51.39% from 397); Max value from RGB is 204 - color contains mainly: blue. Hex color #348DCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348DCC is #CB7233. Grayscale: #797979. Windows color (decimal): -13333044 or 13405492. OLE color: 13405492.
HSL color Cylindrical-coordinate representation of color #348DCC: hue angle of 204.87º 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 #348DCC is Cyan = 0.75, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 52 | 141 | 204 | - |
| CMYK | 0.75 | 0.31 | 0 | 0.2 |
| HSL | 204.87º | 0.6% | 0.5% | - |
| HSV(B) | 204.87º | 0.75% | 0.8% | - |
| XYZ | 21.84 | 24.14 | 60.64 | - |
| YUV | 121.57 | 174.51 | 78.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 141 | 204 | 0.75 | 0.31 | 0 | 0.2 | 204.87 | 0.6 | 0.5 |
| Hex | 34 | 8D | CC | 4B | 1F | 0 | 14 | CD | 3C | 32 |
| Octal | 64 | 215 | 314 | 113 | 37 | 0 | 24 | 315 | 74 | 62 |
| Binary | 110100 | 10001101 | 11001100 | 1001011 | 11111 | 0 | 10100 | 11001101 | 111100 | 110010 |
Color Harmonies of #348DCC
Complementary color
Monochromatic Colors of #348DCC
Black with #348DCC
Text Example
Text Example
White with #348DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348DCC; }
p { color: rgb(52,141,204); }
H1.HeaderClassName
{
color: #348DCC;
}
.AnyTagClassName
{
color: #348DCC;
}
</style>
background-color css
<style>
a { background-color: #348DCC; }
a { background-color: rgb(52,141,204); }
div.DivClassName
{
background-color: #348DCC;
}
.BgClassName
{
background-color: #348DCC;
}
</style>
border-color css
<style>
span { border-color: #348DCC; }
span { border-color: rgb(52,141,204); }
td.TdClassName
{
border-color: #348DCC;
}
.TagClassName
{
border-color: #348DCC;
}
</style>