Shades of Curious Blue #348BC8
Tints of Curious Blue #348BC8
RGB
CMYK
RGB Variations
Color information
#348BC8 (or 0x348BC8) is known color: Curious Blue. HEX triplet: 34, 8B and C8. RGB value is (52,139,200). Sum of RGB (Red+Green+Blue) = 52+139+200=391 (51% of max value = 765). Red value is 52 (20.70% from 255 or 13.30% from 391); Green value is 139 (54.69% from 255 or 35.55% from 391); Blue value is 200 (78.52% from 255 or 51.15% from 391); Max value from RGB is 200 - color contains mainly: blue. Hex color #348BC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348BC8 is #CB7437. Grayscale: #777777. Windows color (decimal): -13333560 or 13142836. OLE color: 13142836.
HSL color Cylindrical-coordinate representation of color #348BC8: hue angle of 204.73º 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 #348BC8 is Cyan = 0.74, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 52 | 139 | 200 | - |
| CMYK | 0.74 | 0.30 | 0 | 0.22 |
| HSL | 204.73º | 0.59% | 0.49% | - |
| HSV(B) | 204.73º | 0.74% | 0.78% | - |
| XYZ | 21.07 | 23.37 | 58.04 | - |
| YUV | 119.94 | 173.18 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 139 | 200 | 0.74 | 0.30 | 0 | 0.22 | 204.73 | 0.59 | 0.49 |
| Hex | 34 | 8B | C8 | 4A | 1E | 0 | 16 | CD | 3B | 31 |
| Octal | 64 | 213 | 310 | 112 | 36 | 0 | 26 | 315 | 73 | 61 |
| Binary | 110100 | 10001011 | 11001000 | 1001010 | 11110 | 0 | 10110 | 11001101 | 111011 | 110001 |
Color Harmonies of #348BC8
Complementary color
Monochromatic Colors of #348BC8
Black with #348BC8
Text Example
Text Example
White with #348BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348BC8; }
p { color: rgb(52,139,200); }
H1.HeaderClassName
{
color: #348BC8;
}
.AnyTagClassName
{
color: #348BC8;
}
</style>
background-color css
<style>
a { background-color: #348BC8; }
a { background-color: rgb(52,139,200); }
div.DivClassName
{
background-color: #348BC8;
}
.BgClassName
{
background-color: #348BC8;
}
</style>
border-color css
<style>
span { border-color: #348BC8; }
span { border-color: rgb(52,139,200); }
td.TdClassName
{
border-color: #348BC8;
}
.TagClassName
{
border-color: #348BC8;
}
</style>