Shades of Curious Blue #348FC8
Tints of Curious Blue #348FC8
RGB
CMYK
RGB Variations
Color information
#348FC8 (or 0x348FC8) is known color: Curious Blue. HEX triplet: 34, 8F and C8. RGB value is (52,143,200). Sum of RGB (Red+Green+Blue) = 52+143+200=395 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.16% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 200 (78.52% from 255 or 50.63% from 395); Max value from RGB is 200 - color contains mainly: blue. Hex color #348FC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348FC8 is #CB7037. Grayscale: #797979. Windows color (decimal): -13332536 or 13143860. OLE color: 13143860.
HSL color Cylindrical-coordinate representation of color #348FC8: hue angle of 203.11º 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 #348FC8 is Cyan = 0.74, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 52 | 143 | 200 | - |
| CMYK | 0.74 | 0.28 | 0 | 0.22 |
| HSL | 203.11º | 0.59% | 0.49% | - |
| HSV(B) | 203.11º | 0.74% | 0.78% | - |
| XYZ | 21.66 | 24.55 | 58.24 | - |
| YUV | 122.29 | 171.85 | 77.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 143 | 200 | 0.74 | 0.28 | 0 | 0.22 | 203.11 | 0.59 | 0.49 |
| Hex | 34 | 8F | C8 | 4A | 1C | 0 | 16 | CB | 3B | 31 |
| Octal | 64 | 217 | 310 | 112 | 34 | 0 | 26 | 313 | 73 | 61 |
| Binary | 110100 | 10001111 | 11001000 | 1001010 | 11100 | 0 | 10110 | 11001011 | 111011 | 110001 |
Color Harmonies of #348FC8
Complementary color
Monochromatic Colors of #348FC8
Black with #348FC8
Text Example
Text Example
White with #348FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348FC8; }
p { color: rgb(52,143,200); }
H1.HeaderClassName
{
color: #348FC8;
}
.AnyTagClassName
{
color: #348FC8;
}
</style>
background-color css
<style>
a { background-color: #348FC8; }
a { background-color: rgb(52,143,200); }
div.DivClassName
{
background-color: #348FC8;
}
.BgClassName
{
background-color: #348FC8;
}
</style>
border-color css
<style>
span { border-color: #348FC8; }
span { border-color: rgb(52,143,200); }
td.TdClassName
{
border-color: #348FC8;
}
.TagClassName
{
border-color: #348FC8;
}
</style>