Shades of Curious Blue #348BCD
Tints of Curious Blue #348BCD
RGB
CMYK
RGB Variations
Color information
#348BCD (or 0x348BCD) is known color: Curious Blue. HEX triplet: 34, 8B and CD. RGB value is (52,139,205). Sum of RGB (Red+Green+Blue) = 52+139+205=396 (52% of max value = 765). Red value is 52 (20.70% from 255 or 13.13% from 396); Green value is 139 (54.69% from 255 or 35.10% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #348BCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348BCD is #CB7432. Grayscale: #787878. Windows color (decimal): -13333555 or 13470516. OLE color: 13470516.
HSL color Cylindrical-coordinate representation of color #348BCD: hue angle of 205.88º 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 #348BCD is Cyan = 0.75, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 52 | 139 | 205 | - |
| CMYK | 0.75 | 0.32 | 0 | 0.20 |
| HSL | 205.88º | 0.6% | 0.5% | - |
| HSV(B) | 205.88º | 0.75% | 0.8% | - |
| XYZ | 21.67 | 23.6 | 61.17 | - |
| YUV | 120.51 | 175.68 | 79.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 139 | 205 | 0.75 | 0.32 | 0 | 0.20 | 205.88 | 0.6 | 0.5 |
| Hex | 34 | 8B | CD | 4B | 20 | 0 | 14 | CE | 3C | 32 |
| Octal | 64 | 213 | 315 | 113 | 40 | 0 | 24 | 316 | 74 | 62 |
| Binary | 110100 | 10001011 | 11001101 | 1001011 | 100000 | 0 | 10100 | 11001110 | 111100 | 110010 |
Color Harmonies of #348BCD
Complementary color
Monochromatic Colors of #348BCD
Black with #348BCD
Text Example
Text Example
White with #348BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348BCD; }
p { color: rgb(52,139,205); }
H1.HeaderClassName
{
color: #348BCD;
}
.AnyTagClassName
{
color: #348BCD;
}
</style>
background-color css
<style>
a { background-color: #348BCD; }
a { background-color: rgb(52,139,205); }
div.DivClassName
{
background-color: #348BCD;
}
.BgClassName
{
background-color: #348BCD;
}
</style>
border-color css
<style>
span { border-color: #348BCD; }
span { border-color: rgb(52,139,205); }
td.TdClassName
{
border-color: #348BCD;
}
.TagClassName
{
border-color: #348BCD;
}
</style>