Shades of Curious Blue #336FC5
Tints of Curious Blue #336FC5
RGB
CMYK
RGB Variations
Color information
#336FC5 (or 0x336FC5) is known color: Curious Blue. HEX triplet: 33, 6F and C5. RGB value is (51,111,197). Sum of RGB (Red+Green+Blue) = 51+111+197=359 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.21% from 359); Green value is 111 (43.75% from 255 or 30.92% from 359); Blue value is 197 (77.34% from 255 or 54.87% from 359); Max value from RGB is 197 - color contains mainly: blue. Hex color #336FC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336FC5 is #CC903A. Grayscale: #666666. Windows color (decimal): -13406267 or 12939059. OLE color: 12939059.
HSL color Cylindrical-coordinate representation of color #336FC5: hue angle of 215.34º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #336FC5 is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 51 | 111 | 197 | - |
| CMYK | 0.74 | 0.44 | 0 | 0.23 |
| HSL | 215.34º | 0.59% | 0.49% | - |
| HSV(B) | 215.34º | 0.74% | 0.77% | - |
| XYZ | 17.13 | 16.1 | 55.03 | - |
| YUV | 102.86 | 181.12 | 91.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 111 | 197 | 0.74 | 0.44 | 0 | 0.23 | 215.34 | 0.59 | 0.49 |
| Hex | 33 | 6F | C5 | 4A | 2C | 0 | 17 | D7 | 3B | 31 |
| Octal | 63 | 157 | 305 | 112 | 54 | 0 | 27 | 327 | 73 | 61 |
| Binary | 110011 | 1101111 | 11000101 | 1001010 | 101100 | 0 | 10111 | 11010111 | 111011 | 110001 |
Color Harmonies of #336FC5
Complementary color
Monochromatic Colors of #336FC5
Black with #336FC5
Text Example
Text Example
White with #336FC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336FC5; }
p { color: rgb(51,111,197); }
H1.HeaderClassName
{
color: #336FC5;
}
.AnyTagClassName
{
color: #336FC5;
}
</style>
background-color css
<style>
a { background-color: #336FC5; }
a { background-color: rgb(51,111,197); }
div.DivClassName
{
background-color: #336FC5;
}
.BgClassName
{
background-color: #336FC5;
}
</style>
border-color css
<style>
span { border-color: #336FC5; }
span { border-color: rgb(51,111,197); }
td.TdClassName
{
border-color: #336FC5;
}
.TagClassName
{
border-color: #336FC5;
}
</style>