Shades of Curious Blue #336FC6
Tints of Curious Blue #336FC6
RGB
CMYK
RGB Variations
Color information
#336FC6 (or 0x336FC6) is known color: Curious Blue. HEX triplet: 33, 6F and C6. RGB value is (51,111,198). Sum of RGB (Red+Green+Blue) = 51+111+198=360 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.17% from 360); Green value is 111 (43.75% from 255 or 30.83% from 360); Blue value is 198 (77.73% from 255 or 55% from 360); Max value from RGB is 198 - color contains mainly: blue. Hex color #336FC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336FC6 is #CC9039. Grayscale: #666666. Windows color (decimal): -13406266 or 13004595. OLE color: 13004595.
HSL color Cylindrical-coordinate representation of color #336FC6: hue angle of 215.51º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #336FC6 is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 51 | 111 | 198 | - |
| CMYK | 0.74 | 0.44 | 0 | 0.22 |
| HSL | 215.51º | 0.59% | 0.49% | - |
| HSV(B) | 215.51º | 0.74% | 0.78% | - |
| XYZ | 17.24 | 16.15 | 55.63 | - |
| YUV | 102.98 | 181.62 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 111 | 198 | 0.74 | 0.44 | 0 | 0.22 | 215.51 | 0.59 | 0.49 |
| Hex | 33 | 6F | C6 | 4A | 2C | 0 | 16 | D8 | 3B | 31 |
| Octal | 63 | 157 | 306 | 112 | 54 | 0 | 26 | 330 | 73 | 61 |
| Binary | 110011 | 1101111 | 11000110 | 1001010 | 101100 | 0 | 10110 | 11011000 | 111011 | 110001 |
Color Harmonies of #336FC6
Complementary color
Monochromatic Colors of #336FC6
Black with #336FC6
Text Example
Text Example
White with #336FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336FC6; }
p { color: rgb(51,111,198); }
H1.HeaderClassName
{
color: #336FC6;
}
.AnyTagClassName
{
color: #336FC6;
}
</style>
background-color css
<style>
a { background-color: #336FC6; }
a { background-color: rgb(51,111,198); }
div.DivClassName
{
background-color: #336FC6;
}
.BgClassName
{
background-color: #336FC6;
}
</style>
border-color css
<style>
span { border-color: #336FC6; }
span { border-color: rgb(51,111,198); }
td.TdClassName
{
border-color: #336FC6;
}
.TagClassName
{
border-color: #336FC6;
}
</style>