Shades of Curious Blue #348ADB
Tints of Curious Blue #348ADB
RGB
CMYK
RGB Variations
Color information
#348ADB (or 0x348ADB) is known color: Curious Blue. HEX triplet: 34, 8A and DB. RGB value is (52,138,219). Sum of RGB (Red+Green+Blue) = 52+138+219=409 (54% of max value = 765). Red value is 52 (20.70% from 255 or 12.71% from 409); Green value is 138 (54.30% from 255 or 33.74% from 409); Blue value is 219 (85.94% from 255 or 53.55% from 409); Max value from RGB is 219 - color contains mainly: blue. Hex color #348ADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #348ADB is #CB7524. Grayscale: #797979. Windows color (decimal): -13333797 or 14387764. OLE color: 14387764.
HSL color Cylindrical-coordinate representation of color #348ADB: hue angle of 209.1º degrees, saturation: 0.7, 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 #348ADB is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 138 | 219 | - |
| CMYK | 0.76 | 0.37 | 0 | 0.14 |
| HSL | 209.1º | 0.7% | 0.53% | - |
| HSV(B) | 209.1º | 0.76% | 0.86% | - |
| XYZ | 23.29 | 24.02 | 70.43 | - |
| YUV | 121.52 | 183.01 | 78.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 138 | 219 | 0.76 | 0.37 | 0 | 0.14 | 209.1 | 0.7 | 0.53 |
| Hex | 34 | 8A | DB | 4C | 25 | 0 | E | D1 | 46 | 35 |
| Octal | 64 | 212 | 333 | 114 | 45 | 0 | 16 | 321 | 106 | 65 |
| Binary | 110100 | 10001010 | 11011011 | 1001100 | 100101 | 0 | 1110 | 11010001 | 1000110 | 110101 |
Color Harmonies of #348ADB
Complementary color
Monochromatic Colors of #348ADB
Black with #348ADB
Text Example
Text Example
White with #348ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348ADB; }
p { color: rgb(52,138,219); }
H1.HeaderClassName
{
color: #348ADB;
}
.AnyTagClassName
{
color: #348ADB;
}
</style>
background-color css
<style>
a { background-color: #348ADB; }
a { background-color: rgb(52,138,219); }
div.DivClassName
{
background-color: #348ADB;
}
.BgClassName
{
background-color: #348ADB;
}
</style>
border-color css
<style>
span { border-color: #348ADB; }
span { border-color: rgb(52,138,219); }
td.TdClassName
{
border-color: #348ADB;
}
.TagClassName
{
border-color: #348ADB;
}
</style>