Shades of Curious Blue #336EBC
Tints of Curious Blue #336EBC
RGB
CMYK
RGB Variations
Color information
#336EBC (or 0x336EBC) is known color: Curious Blue. HEX triplet: 33, 6E and BC. RGB value is (51,110,188). Sum of RGB (Red+Green+Blue) = 51+110+188=349 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.61% from 349); Green value is 110 (43.36% from 255 or 31.52% from 349); Blue value is 188 (73.83% from 255 or 53.87% from 349); Max value from RGB is 188 - color contains mainly: blue. Hex color #336EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336EBC is #CC9143. Grayscale: #646464. Windows color (decimal): -13406532 or 12348979. OLE color: 12348979.
HSL color Cylindrical-coordinate representation of color #336EBC: hue angle of 214.16º 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 #336EBC is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 110 | 188 | - |
| CMYK | 0.73 | 0.41 | 0 | 0.26 |
| HSL | 214.16º | 0.57% | 0.47% | - |
| HSV(B) | 214.16º | 0.73% | 0.74% | - |
| XYZ | 16.02 | 15.49 | 49.72 | - |
| YUV | 101.25 | 176.95 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 110 | 188 | 0.73 | 0.41 | 0 | 0.26 | 214.16 | 0.57 | 0.47 |
| Hex | 33 | 6E | BC | 49 | 29 | 0 | 1A | D6 | 39 | 2F |
| Octal | 63 | 156 | 274 | 111 | 51 | 0 | 32 | 326 | 71 | 57 |
| Binary | 110011 | 1101110 | 10111100 | 1001001 | 101001 | 0 | 11010 | 11010110 | 111001 | 101111 |
Color Harmonies of #336EBC
Complementary color
Monochromatic Colors of #336EBC
Black with #336EBC
Text Example
Text Example
White with #336EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336EBC; }
p { color: rgb(51,110,188); }
H1.HeaderClassName
{
color: #336EBC;
}
.AnyTagClassName
{
color: #336EBC;
}
</style>
background-color css
<style>
a { background-color: #336EBC; }
a { background-color: rgb(51,110,188); }
div.DivClassName
{
background-color: #336EBC;
}
.BgClassName
{
background-color: #336EBC;
}
</style>
border-color css
<style>
span { border-color: #336EBC; }
span { border-color: rgb(51,110,188); }
td.TdClassName
{
border-color: #336EBC;
}
.TagClassName
{
border-color: #336EBC;
}
</style>