Shades of Curious Blue #3589DB
Tints of Curious Blue #3589DB
RGB
CMYK
RGB Variations
Color information
#3589DB (or 0x3589DB) is known color: Curious Blue. HEX triplet: 35, 89 and DB. RGB value is (53,137,219). Sum of RGB (Red+Green+Blue) = 53+137+219=409 (54% of max value = 765). Red value is 53 (21.09% from 255 or 12.96% from 409); Green value is 137 (53.91% from 255 or 33.50% 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 #3589DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3589DB is #CA7624. Grayscale: #787878. Windows color (decimal): -13268517 or 14387509. OLE color: 14387509.
HSL color Cylindrical-coordinate representation of color #3589DB: hue angle of 209.64º 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 #3589DB is Cyan = 0.76, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 53 | 137 | 219 | - |
| CMYK | 0.76 | 0.37 | 0 | 0.14 |
| HSL | 209.64º | 0.7% | 0.53% | - |
| HSV(B) | 209.64º | 0.76% | 0.86% | - |
| XYZ | 23.2 | 23.76 | 70.38 | - |
| YUV | 121.23 | 183.17 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 137 | 219 | 0.76 | 0.37 | 0 | 0.14 | 209.64 | 0.7 | 0.53 |
| Hex | 35 | 89 | DB | 4C | 25 | 0 | E | D2 | 46 | 35 |
| Octal | 65 | 211 | 333 | 114 | 45 | 0 | 16 | 322 | 106 | 65 |
| Binary | 110101 | 10001001 | 11011011 | 1001100 | 100101 | 0 | 1110 | 11010010 | 1000110 | 110101 |
Color Harmonies of #3589DB
Complementary color
Monochromatic Colors of #3589DB
Black with #3589DB
Text Example
Text Example
White with #3589DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3589DB; }
p { color: rgb(53,137,219); }
H1.HeaderClassName
{
color: #3589DB;
}
.AnyTagClassName
{
color: #3589DB;
}
</style>
background-color css
<style>
a { background-color: #3589DB; }
a { background-color: rgb(53,137,219); }
div.DivClassName
{
background-color: #3589DB;
}
.BgClassName
{
background-color: #3589DB;
}
</style>
border-color css
<style>
span { border-color: #3589DB; }
span { border-color: rgb(53,137,219); }
td.TdClassName
{
border-color: #3589DB;
}
.TagClassName
{
border-color: #3589DB;
}
</style>