Shades of Curious Blue #3385DB
Tints of Curious Blue #3385DB
RGB
CMYK
RGB Variations
Color information
#3385DB (or 0x3385DB) is known color: Curious Blue. HEX triplet: 33, 85 and DB. RGB value is (51,133,219). Sum of RGB (Red+Green+Blue) = 51+133+219=403 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.66% from 403); Green value is 133 (52.34% from 255 or 33.00% from 403); Blue value is 219 (85.94% from 255 or 54.34% from 403); Max value from RGB is 219 - color contains mainly: blue. Hex color #3385DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3385DB is #CC7A24. Grayscale: #757575. Windows color (decimal): -13400613 or 14386483. OLE color: 14386483.
HSL color Cylindrical-coordinate representation of color #3385DB: hue angle of 210.71º 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 #3385DB is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 133 | 219 | - |
| CMYK | 0.77 | 0.39 | 0 | 0.14 |
| HSL | 210.71º | 0.7% | 0.53% | - |
| HSV(B) | 210.71º | 0.77% | 0.86% | - |
| XYZ | 22.54 | 22.59 | 70.19 | - |
| YUV | 118.29 | 184.83 | 80.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 133 | 219 | 0.77 | 0.39 | 0 | 0.14 | 210.71 | 0.7 | 0.53 |
| Hex | 33 | 85 | DB | 4D | 27 | 0 | E | D3 | 46 | 35 |
| Octal | 63 | 205 | 333 | 115 | 47 | 0 | 16 | 323 | 106 | 65 |
| Binary | 110011 | 10000101 | 11011011 | 1001101 | 100111 | 0 | 1110 | 11010011 | 1000110 | 110101 |
Color Harmonies of #3385DB
Complementary color
Monochromatic Colors of #3385DB
Black with #3385DB
Text Example
Text Example
White with #3385DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3385DB; }
p { color: rgb(51,133,219); }
H1.HeaderClassName
{
color: #3385DB;
}
.AnyTagClassName
{
color: #3385DB;
}
</style>
background-color css
<style>
a { background-color: #3385DB; }
a { background-color: rgb(51,133,219); }
div.DivClassName
{
background-color: #3385DB;
}
.BgClassName
{
background-color: #3385DB;
}
</style>
border-color css
<style>
span { border-color: #3385DB; }
span { border-color: rgb(51,133,219); }
td.TdClassName
{
border-color: #3385DB;
}
.TagClassName
{
border-color: #3385DB;
}
</style>