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