Shades of Curious Blue #348CBC
Tints of Curious Blue #348CBC
RGB
CMYK
RGB Variations
Color information
#348CBC (or 0x348CBC) is known color: Curious Blue. HEX triplet: 34, 8C and BC. RGB value is (52,140,188). Sum of RGB (Red+Green+Blue) = 52+140+188=380 (50% of max value = 765). Red value is 52 (20.70% from 255 or 13.68% from 380); Green value is 140 (55.08% from 255 or 36.84% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #348CBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348CBC is #CB7343. Grayscale: #767676. Windows color (decimal): -13333316 or 12356660. OLE color: 12356660.
HSL color Cylindrical-coordinate representation of color #348CBC: hue angle of 201.18º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #348CBC is Cyan = 0.72, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 140 | 188 | - |
| CMYK | 0.72 | 0.26 | 0 | 0.26 |
| HSL | 201.18º | 0.57% | 0.47% | - |
| HSV(B) | 201.18º | 0.72% | 0.74% | - |
| XYZ | 19.87 | 23.12 | 50.99 | - |
| YUV | 119.16 | 166.85 | 80.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 140 | 188 | 0.72 | 0.26 | 0 | 0.26 | 201.18 | 0.57 | 0.47 |
| Hex | 34 | 8C | BC | 48 | 1A | 0 | 1A | C9 | 39 | 2F |
| Octal | 64 | 214 | 274 | 110 | 32 | 0 | 32 | 311 | 71 | 57 |
| Binary | 110100 | 10001100 | 10111100 | 1001000 | 11010 | 0 | 11010 | 11001001 | 111001 | 101111 |
Color Harmonies of #348CBC
Complementary color
Monochromatic Colors of #348CBC
Black with #348CBC
Text Example
Text Example
White with #348CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348CBC; }
p { color: rgb(52,140,188); }
H1.HeaderClassName
{
color: #348CBC;
}
.AnyTagClassName
{
color: #348CBC;
}
</style>
background-color css
<style>
a { background-color: #348CBC; }
a { background-color: rgb(52,140,188); }
div.DivClassName
{
background-color: #348CBC;
}
.BgClassName
{
background-color: #348CBC;
}
</style>
border-color css
<style>
span { border-color: #348CBC; }
span { border-color: rgb(52,140,188); }
td.TdClassName
{
border-color: #348CBC;
}
.TagClassName
{
border-color: #348CBC;
}
</style>