Shades of Curious Blue #3387DB
Tints of Curious Blue #3387DB
RGB
CMYK
RGB Variations
Color information
#3387DB (or 0x3387DB) is known color: Curious Blue. HEX triplet: 33, 87 and DB. RGB value is (51,135,219). Sum of RGB (Red+Green+Blue) = 51+135+219=405 (53% of max value = 765). Red value is 51 (20.31% from 255 or 12.59% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 219 (85.94% from 255 or 54.07% from 405); Max value from RGB is 219 - color contains mainly: blue. Hex color #3387DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3387DB is #CC7824. Grayscale: #777777. Windows color (decimal): -13400101 or 14386995. OLE color: 14386995.
HSL color Cylindrical-coordinate representation of color #3387DB: 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.77%. Process color model (Four color, CMYK) of #3387DB is Cyan = 0.77, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 135 | 219 | - |
| CMYK | 0.77 | 0.38 | 0 | 0.14 |
| HSL | 210º | 0.7% | 0.53% | - |
| HSV(B) | 210º | 0.77% | 0.86% | - |
| XYZ | 22.82 | 23.15 | 70.28 | - |
| YUV | 119.46 | 184.17 | 79.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 135 | 219 | 0.77 | 0.38 | 0 | 0.14 | 210 | 0.7 | 0.53 |
| Hex | 33 | 87 | DB | 4D | 26 | 0 | E | D2 | 46 | 35 |
| Octal | 63 | 207 | 333 | 115 | 46 | 0 | 16 | 322 | 106 | 65 |
| Binary | 110011 | 10000111 | 11011011 | 1001101 | 100110 | 0 | 1110 | 11010010 | 1000110 | 110101 |
Color Harmonies of #3387DB
Complementary color
Monochromatic Colors of #3387DB
Black with #3387DB
Text Example
Text Example
White with #3387DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3387DB; }
p { color: rgb(51,135,219); }
H1.HeaderClassName
{
color: #3387DB;
}
.AnyTagClassName
{
color: #3387DB;
}
</style>
background-color css
<style>
a { background-color: #3387DB; }
a { background-color: rgb(51,135,219); }
div.DivClassName
{
background-color: #3387DB;
}
.BgClassName
{
background-color: #3387DB;
}
</style>
border-color css
<style>
span { border-color: #3387DB; }
span { border-color: rgb(51,135,219); }
td.TdClassName
{
border-color: #3387DB;
}
.TagClassName
{
border-color: #3387DB;
}
</style>