Shades of Curious Blue #336FBC
Tints of Curious Blue #336FBC
RGB
CMYK
RGB Variations
Color information
#336FBC (or 0x336FBC) is known color: Curious Blue. HEX triplet: 33, 6F and BC. RGB value is (51,111,188). Sum of RGB (Red+Green+Blue) = 51+111+188=350 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.57% from 350); Green value is 111 (43.75% from 255 or 31.71% from 350); Blue value is 188 (73.83% from 255 or 53.71% from 350); Max value from RGB is 188 - color contains mainly: blue. Hex color #336FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336FBC is #CC9043. Grayscale: #656565. Windows color (decimal): -13406276 or 12349235. OLE color: 12349235.
HSL color Cylindrical-coordinate representation of color #336FBC: hue angle of 213.72º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #336FBC is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 111 | 188 | - |
| CMYK | 0.73 | 0.41 | 0 | 0.26 |
| HSL | 213.72º | 0.57% | 0.47% | - |
| HSV(B) | 213.72º | 0.73% | 0.74% | - |
| XYZ | 16.13 | 15.7 | 49.76 | - |
| YUV | 101.84 | 176.62 | 91.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 111 | 188 | 0.73 | 0.41 | 0 | 0.26 | 213.72 | 0.57 | 0.47 |
| Hex | 33 | 6F | BC | 49 | 29 | 0 | 1A | D6 | 39 | 2F |
| Octal | 63 | 157 | 274 | 111 | 51 | 0 | 32 | 326 | 71 | 57 |
| Binary | 110011 | 1101111 | 10111100 | 1001001 | 101001 | 0 | 11010 | 11010110 | 111001 | 101111 |
Color Harmonies of #336FBC
Complementary color
Monochromatic Colors of #336FBC
Black with #336FBC
Text Example
Text Example
White with #336FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336FBC; }
p { color: rgb(51,111,188); }
H1.HeaderClassName
{
color: #336FBC;
}
.AnyTagClassName
{
color: #336FBC;
}
</style>
background-color css
<style>
a { background-color: #336FBC; }
a { background-color: rgb(51,111,188); }
div.DivClassName
{
background-color: #336FBC;
}
.BgClassName
{
background-color: #336FBC;
}
</style>
border-color css
<style>
span { border-color: #336FBC; }
span { border-color: rgb(51,111,188); }
td.TdClassName
{
border-color: #336FBC;
}
.TagClassName
{
border-color: #336FBC;
}
</style>