Shades of Curious Blue #348ADD
Tints of Curious Blue #348ADD
RGB
CMYK
RGB Variations
Color information
#348ADD (or 0x348ADD) is known color: Curious Blue. HEX triplet: 34, 8A and DD. RGB value is (52,138,221). Sum of RGB (Red+Green+Blue) = 52+138+221=411 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.65% from 411); Green value is 138 (54.30% from 255 or 33.58% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #348ADD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348ADD is #CB7522. Grayscale: #797979. Windows color (decimal): -13333795 or 14518836. OLE color: 14518836.
HSL color Cylindrical-coordinate representation of color #348ADD: hue angle of 209.47º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #348ADD is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 52 | 138 | 221 | - |
| CMYK | 0.76 | 0.38 | 0 | 0.13 |
| HSL | 209.47º | 0.71% | 0.54% | - |
| HSV(B) | 209.47º | 0.76% | 0.87% | - |
| XYZ | 23.56 | 24.13 | 71.82 | - |
| YUV | 121.75 | 184.01 | 78.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 138 | 221 | 0.76 | 0.38 | 0 | 0.13 | 209.47 | 0.71 | 0.54 |
| Hex | 34 | 8A | DD | 4C | 26 | 0 | D | D1 | 47 | 36 |
| Octal | 64 | 212 | 335 | 114 | 46 | 0 | 15 | 321 | 107 | 66 |
| Binary | 110100 | 10001010 | 11011101 | 1001100 | 100110 | 0 | 1101 | 11010001 | 1000111 | 110110 |
Color Harmonies of #348ADD
Complementary color
Monochromatic Colors of #348ADD
Black with #348ADD
Text Example
Text Example
White with #348ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348ADD; }
p { color: rgb(52,138,221); }
H1.HeaderClassName
{
color: #348ADD;
}
.AnyTagClassName
{
color: #348ADD;
}
</style>
background-color css
<style>
a { background-color: #348ADD; }
a { background-color: rgb(52,138,221); }
div.DivClassName
{
background-color: #348ADD;
}
.BgClassName
{
background-color: #348ADD;
}
</style>
border-color css
<style>
span { border-color: #348ADD; }
span { border-color: rgb(52,138,221); }
td.TdClassName
{
border-color: #348ADD;
}
.TagClassName
{
border-color: #348ADD;
}
</style>