Shades of Curious Blue #348ECC
Tints of Curious Blue #348ECC
RGB
CMYK
RGB Variations
Color information
#348ECC (or 0x348ECC) is known color: Curious Blue. HEX triplet: 34, 8E and CC. RGB value is (52,142,204). Sum of RGB (Red+Green+Blue) = 52+142+204=398 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.07% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #348ECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348ECC is #CB7133. Grayscale: #797979. Windows color (decimal): -13332788 or 13405748. OLE color: 13405748.
HSL color Cylindrical-coordinate representation of color #348ECC: hue angle of 204.47º 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 #348ECC is Cyan = 0.75, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 52 | 142 | 204 | - |
| CMYK | 0.75 | 0.30 | 0 | 0.2 |
| HSL | 204.47º | 0.6% | 0.5% | - |
| HSV(B) | 204.47º | 0.75% | 0.8% | - |
| XYZ | 21.99 | 24.44 | 60.68 | - |
| YUV | 122.16 | 174.18 | 77.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 142 | 204 | 0.75 | 0.30 | 0 | 0.2 | 204.47 | 0.6 | 0.5 |
| Hex | 34 | 8E | CC | 4B | 1E | 0 | 14 | CC | 3C | 32 |
| Octal | 64 | 216 | 314 | 113 | 36 | 0 | 24 | 314 | 74 | 62 |
| Binary | 110100 | 10001110 | 11001100 | 1001011 | 11110 | 0 | 10100 | 11001100 | 111100 | 110010 |
Color Harmonies of #348ECC
Complementary color
Monochromatic Colors of #348ECC
Black with #348ECC
Text Example
Text Example
White with #348ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348ECC; }
p { color: rgb(52,142,204); }
H1.HeaderClassName
{
color: #348ECC;
}
.AnyTagClassName
{
color: #348ECC;
}
</style>
background-color css
<style>
a { background-color: #348ECC; }
a { background-color: rgb(52,142,204); }
div.DivClassName
{
background-color: #348ECC;
}
.BgClassName
{
background-color: #348ECC;
}
</style>
border-color css
<style>
span { border-color: #348ECC; }
span { border-color: rgb(52,142,204); }
td.TdClassName
{
border-color: #348ECC;
}
.TagClassName
{
border-color: #348ECC;
}
</style>