Shades of Curious Blue #3389DB
Tints of Curious Blue #3389DB
RGB
CMYK
RGB Variations
Color information
#3389DB (or 0x3389DB) is known color: Curious Blue. HEX triplet: 33, 89 and DB. RGB value is (51,137,219). Sum of RGB (Red+Green+Blue) = 51+137+219=407 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.53% from 407); Green value is 137 (53.91% from 255 or 33.66% 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 #3389DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3389DB is #CC7624. Grayscale: #787878. Windows color (decimal): -13399589 or 14387507. OLE color: 14387507.
HSL color Cylindrical-coordinate representation of color #3389DB: hue angle of 209.29º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3389DB is Cyan = 0.77, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 137 | 219 | - |
| CMYK | 0.77 | 0.37 | 0 | 0.14 |
| HSL | 209.29º | 0.7% | 0.53% | - |
| HSV(B) | 209.29º | 0.77% | 0.86% | - |
| XYZ | 23.1 | 23.71 | 70.38 | - |
| YUV | 120.63 | 183.51 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 137 | 219 | 0.77 | 0.37 | 0 | 0.14 | 209.29 | 0.7 | 0.53 |
| Hex | 33 | 89 | DB | 4D | 25 | 0 | E | D1 | 46 | 35 |
| Octal | 63 | 211 | 333 | 115 | 45 | 0 | 16 | 321 | 106 | 65 |
| Binary | 110011 | 10001001 | 11011011 | 1001101 | 100101 | 0 | 1110 | 11010001 | 1000110 | 110101 |
Color Harmonies of #3389DB
Complementary color
Monochromatic Colors of #3389DB
Black with #3389DB
Text Example
Text Example
White with #3389DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3389DB; }
p { color: rgb(51,137,219); }
H1.HeaderClassName
{
color: #3389DB;
}
.AnyTagClassName
{
color: #3389DB;
}
</style>
background-color css
<style>
a { background-color: #3389DB; }
a { background-color: rgb(51,137,219); }
div.DivClassName
{
background-color: #3389DB;
}
.BgClassName
{
background-color: #3389DB;
}
</style>
border-color css
<style>
span { border-color: #3389DB; }
span { border-color: rgb(51,137,219); }
td.TdClassName
{
border-color: #3389DB;
}
.TagClassName
{
border-color: #3389DB;
}
</style>