Shades of Curious Blue #3370BB
Tints of Curious Blue #3370BB
RGB
CMYK
RGB Variations
Color information
#3370BB (or 0x3370BB) is known color: Curious Blue. HEX triplet: 33, 70 and BB. RGB value is (51,112,187). Sum of RGB (Red+Green+Blue) = 51+112+187=350 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.57% from 350); Green value is 112 (44.14% from 255 or 32% from 350); Blue value is 187 (73.44% from 255 or 53.43% from 350); Max value from RGB is 187 - color contains mainly: blue. Hex color #3370BB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3370BB is #CC8F44. Grayscale: #656565. Windows color (decimal): -13406021 or 12283955. OLE color: 12283955.
HSL color Cylindrical-coordinate representation of color #3370BB: hue angle of 213.09º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3370BB is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 112 | 187 | - |
| CMYK | 0.73 | 0.40 | 0 | 0.27 |
| HSL | 213.09º | 0.57% | 0.47% | - |
| HSV(B) | 213.09º | 0.73% | 0.73% | - |
| XYZ | 16.13 | 15.88 | 49.23 | - |
| YUV | 102.31 | 175.79 | 91.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 112 | 187 | 0.73 | 0.40 | 0 | 0.27 | 213.09 | 0.57 | 0.47 |
| Hex | 33 | 70 | BB | 49 | 28 | 0 | 1B | D5 | 39 | 2F |
| Octal | 63 | 160 | 273 | 111 | 50 | 0 | 33 | 325 | 71 | 57 |
| Binary | 110011 | 1110000 | 10111011 | 1001001 | 101000 | 0 | 11011 | 11010101 | 111001 | 101111 |
Color Harmonies of #3370BB
Complementary color
Monochromatic Colors of #3370BB
Black with #3370BB
Text Example
Text Example
White with #3370BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3370BB; }
p { color: rgb(51,112,187); }
H1.HeaderClassName
{
color: #3370BB;
}
.AnyTagClassName
{
color: #3370BB;
}
</style>
background-color css
<style>
a { background-color: #3370BB; }
a { background-color: rgb(51,112,187); }
div.DivClassName
{
background-color: #3370BB;
}
.BgClassName
{
background-color: #3370BB;
}
</style>
border-color css
<style>
span { border-color: #3370BB; }
span { border-color: rgb(51,112,187); }
td.TdClassName
{
border-color: #3370BB;
}
.TagClassName
{
border-color: #3370BB;
}
</style>