Shades of Curious Blue #348CDC
Tints of Curious Blue #348CDC
RGB
CMYK
RGB Variations
Color information
#348CDC (or 0x348CDC) is known color: Curious Blue. HEX triplet: 34, 8C and DC. RGB value is (52,140,220). Sum of RGB (Red+Green+Blue) = 52+140+220=412 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.62% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 220 (86.33% from 255 or 53.40% from 412); Max value from RGB is 220 - color contains mainly: blue. Hex color #348CDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348CDC is #CB7323. Grayscale: #7A7A7A. Windows color (decimal): -13333284 or 14453812. OLE color: 14453812.
HSL color Cylindrical-coordinate representation of color #348CDC: hue angle of 208.57º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #348CDC is Cyan = 0.76, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 140 | 220 | - |
| CMYK | 0.76 | 0.36 | 0 | 0.14 |
| HSL | 208.57º | 0.71% | 0.53% | - |
| HSV(B) | 208.57º | 0.76% | 0.86% | - |
| XYZ | 23.71 | 24.65 | 71.22 | - |
| YUV | 122.81 | 182.85 | 77.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 140 | 220 | 0.76 | 0.36 | 0 | 0.14 | 208.57 | 0.71 | 0.53 |
| Hex | 34 | 8C | DC | 4C | 24 | 0 | E | D1 | 47 | 35 |
| Octal | 64 | 214 | 334 | 114 | 44 | 0 | 16 | 321 | 107 | 65 |
| Binary | 110100 | 10001100 | 11011100 | 1001100 | 100100 | 0 | 1110 | 11010001 | 1000111 | 110101 |
Color Harmonies of #348CDC
Complementary color
Monochromatic Colors of #348CDC
Black with #348CDC
Text Example
Text Example
White with #348CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348CDC; }
p { color: rgb(52,140,220); }
H1.HeaderClassName
{
color: #348CDC;
}
.AnyTagClassName
{
color: #348CDC;
}
</style>
background-color css
<style>
a { background-color: #348CDC; }
a { background-color: rgb(52,140,220); }
div.DivClassName
{
background-color: #348CDC;
}
.BgClassName
{
background-color: #348CDC;
}
</style>
border-color css
<style>
span { border-color: #348CDC; }
span { border-color: rgb(52,140,220); }
td.TdClassName
{
border-color: #348CDC;
}
.TagClassName
{
border-color: #348CDC;
}
</style>