Shades of Curious Blue #3488DB
Tints of Curious Blue #3488DB
RGB
CMYK
RGB Variations
Color information
#3488DB (or 0x3488DB) is known color: Curious Blue. HEX triplet: 34, 88 and DB. RGB value is (52,136,219). Sum of RGB (Red+Green+Blue) = 52+136+219=407 (53% of max value = 765). Red value is 52 (20.70% from 255 or 12.78% from 407); Green value is 136 (53.52% from 255 or 33.42% from 407); Blue value is 219 (85.94% from 255 or 53.81% from 407); Max value from RGB is 219 - color contains mainly: blue. Hex color #3488DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3488DB is #CB7724. Grayscale: #777777. Windows color (decimal): -13334309 or 14387252. OLE color: 14387252.
HSL color Cylindrical-coordinate representation of color #3488DB: hue angle of 209.82º 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 #3488DB is Cyan = 0.76, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 52 | 136 | 219 | - |
| CMYK | 0.76 | 0.38 | 0 | 0.14 |
| HSL | 209.82º | 0.7% | 0.53% | - |
| HSV(B) | 209.82º | 0.76% | 0.86% | - |
| XYZ | 23.01 | 23.45 | 70.33 | - |
| YUV | 120.35 | 183.67 | 79.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 136 | 219 | 0.76 | 0.38 | 0 | 0.14 | 209.82 | 0.7 | 0.53 |
| Hex | 34 | 88 | DB | 4C | 26 | 0 | E | D2 | 46 | 35 |
| Octal | 64 | 210 | 333 | 114 | 46 | 0 | 16 | 322 | 106 | 65 |
| Binary | 110100 | 10001000 | 11011011 | 1001100 | 100110 | 0 | 1110 | 11010010 | 1000110 | 110101 |
Color Harmonies of #3488DB
Complementary color
Monochromatic Colors of #3488DB
Black with #3488DB
Text Example
Text Example
White with #3488DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3488DB; }
p { color: rgb(52,136,219); }
H1.HeaderClassName
{
color: #3488DB;
}
.AnyTagClassName
{
color: #3488DB;
}
</style>
background-color css
<style>
a { background-color: #3488DB; }
a { background-color: rgb(52,136,219); }
div.DivClassName
{
background-color: #3488DB;
}
.BgClassName
{
background-color: #3488DB;
}
</style>
border-color css
<style>
span { border-color: #3488DB; }
span { border-color: rgb(52,136,219); }
td.TdClassName
{
border-color: #3488DB;
}
.TagClassName
{
border-color: #3488DB;
}
</style>