Shades of Curious Blue #348DC8
Tints of Curious Blue #348DC8
RGB
CMYK
RGB Variations
Color information
#348DC8 (or 0x348DC8) is known color: Curious Blue. HEX triplet: 34, 8D and C8. RGB value is (52,141,200). Sum of RGB (Red+Green+Blue) = 52+141+200=393 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.23% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 200 (78.52% from 255 or 50.89% from 393); Max value from RGB is 200 - color contains mainly: blue. Hex color #348DC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348DC8 is #CB7237. Grayscale: #787878. Windows color (decimal): -13333048 or 13143348. OLE color: 13143348.
HSL color Cylindrical-coordinate representation of color #348DC8: hue angle of 203.92º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #348DC8 is Cyan = 0.74, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 52 | 141 | 200 | - |
| CMYK | 0.74 | 0.29 | 0 | 0.22 |
| HSL | 203.92º | 0.59% | 0.49% | - |
| HSV(B) | 203.92º | 0.74% | 0.78% | - |
| XYZ | 21.37 | 23.95 | 58.14 | - |
| YUV | 121.12 | 172.51 | 78.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 141 | 200 | 0.74 | 0.29 | 0 | 0.22 | 203.92 | 0.59 | 0.49 |
| Hex | 34 | 8D | C8 | 4A | 1D | 0 | 16 | CC | 3B | 31 |
| Octal | 64 | 215 | 310 | 112 | 35 | 0 | 26 | 314 | 73 | 61 |
| Binary | 110100 | 10001101 | 11001000 | 1001010 | 11101 | 0 | 10110 | 11001100 | 111011 | 110001 |
Color Harmonies of #348DC8
Complementary color
Monochromatic Colors of #348DC8
Black with #348DC8
Text Example
Text Example
White with #348DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348DC8; }
p { color: rgb(52,141,200); }
H1.HeaderClassName
{
color: #348DC8;
}
.AnyTagClassName
{
color: #348DC8;
}
</style>
background-color css
<style>
a { background-color: #348DC8; }
a { background-color: rgb(52,141,200); }
div.DivClassName
{
background-color: #348DC8;
}
.BgClassName
{
background-color: #348DC8;
}
</style>
border-color css
<style>
span { border-color: #348DC8; }
span { border-color: rgb(52,141,200); }
td.TdClassName
{
border-color: #348DC8;
}
.TagClassName
{
border-color: #348DC8;
}
</style>