Shades of Curious Blue #336FBA
Tints of Curious Blue #336FBA
RGB
CMYK
RGB Variations
Color information
#336FBA (or 0x336FBA) is known color: Curious Blue. HEX triplet: 33, 6F and BA. RGB value is (51,111,186). Sum of RGB (Red+Green+Blue) = 51+111+186=348 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.66% from 348); Green value is 111 (43.75% from 255 or 31.90% from 348); Blue value is 186 (73.05% from 255 or 53.45% from 348); Max value from RGB is 186 - color contains mainly: blue. Hex color #336FBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336FBA is #CC9045. Grayscale: #656565. Windows color (decimal): -13406278 or 12218163. OLE color: 12218163.
HSL color Cylindrical-coordinate representation of color #336FBA: hue angle of 213.33º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #336FBA is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 51 | 111 | 186 | - |
| CMYK | 0.73 | 0.40 | 0 | 0.27 |
| HSL | 213.33º | 0.57% | 0.46% | - |
| HSV(B) | 213.33º | 0.73% | 0.73% | - |
| XYZ | 15.91 | 15.62 | 48.63 | - |
| YUV | 101.61 | 175.62 | 91.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 111 | 186 | 0.73 | 0.40 | 0 | 0.27 | 213.33 | 0.57 | 0.46 |
| Hex | 33 | 6F | BA | 49 | 28 | 0 | 1B | D5 | 39 | 2E |
| Octal | 63 | 157 | 272 | 111 | 50 | 0 | 33 | 325 | 71 | 56 |
| Binary | 110011 | 1101111 | 10111010 | 1001001 | 101000 | 0 | 11011 | 11010101 | 111001 | 101110 |
Color Harmonies of #336FBA
Complementary color
Monochromatic Colors of #336FBA
Black with #336FBA
Text Example
Text Example
White with #336FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336FBA; }
p { color: rgb(51,111,186); }
H1.HeaderClassName
{
color: #336FBA;
}
.AnyTagClassName
{
color: #336FBA;
}
</style>
background-color css
<style>
a { background-color: #336FBA; }
a { background-color: rgb(51,111,186); }
div.DivClassName
{
background-color: #336FBA;
}
.BgClassName
{
background-color: #336FBA;
}
</style>
border-color css
<style>
span { border-color: #336FBA; }
span { border-color: rgb(51,111,186); }
td.TdClassName
{
border-color: #336FBA;
}
.TagClassName
{
border-color: #336FBA;
}
</style>