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