Shades of Curious Blue #336FC7
Tints of Curious Blue #336FC7
RGB
CMYK
RGB Variations
Color information
#336FC7 (or 0x336FC7) is known color: Curious Blue. HEX triplet: 33, 6F and C7. RGB value is (51,111,199). Sum of RGB (Red+Green+Blue) = 51+111+199=361 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.13% from 361); Green value is 111 (43.75% from 255 or 30.75% from 361); Blue value is 199 (78.12% from 255 or 55.12% from 361); Max value from RGB is 199 - color contains mainly: blue. Hex color #336FC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336FC7 is #CC9038. Grayscale: #666666. Windows color (decimal): -13406265 or 13070131. OLE color: 13070131.
HSL color Cylindrical-coordinate representation of color #336FC7: hue angle of 215.68º 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 #336FC7 is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 51 | 111 | 199 | - |
| CMYK | 0.74 | 0.44 | 0 | 0.22 |
| HSL | 215.68º | 0.59% | 0.49% | - |
| HSV(B) | 215.68º | 0.74% | 0.78% | - |
| XYZ | 17.36 | 16.2 | 56.24 | - |
| YUV | 103.09 | 182.12 | 90.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 111 | 199 | 0.74 | 0.44 | 0 | 0.22 | 215.68 | 0.59 | 0.49 |
| Hex | 33 | 6F | C7 | 4A | 2C | 0 | 16 | D8 | 3B | 31 |
| Octal | 63 | 157 | 307 | 112 | 54 | 0 | 26 | 330 | 73 | 61 |
| Binary | 110011 | 1101111 | 11000111 | 1001010 | 101100 | 0 | 10110 | 11011000 | 111011 | 110001 |
Color Harmonies of #336FC7
Complementary color
Monochromatic Colors of #336FC7
Black with #336FC7
Text Example
Text Example
White with #336FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336FC7; }
p { color: rgb(51,111,199); }
H1.HeaderClassName
{
color: #336FC7;
}
.AnyTagClassName
{
color: #336FC7;
}
</style>
background-color css
<style>
a { background-color: #336FC7; }
a { background-color: rgb(51,111,199); }
div.DivClassName
{
background-color: #336FC7;
}
.BgClassName
{
background-color: #336FC7;
}
</style>
border-color css
<style>
span { border-color: #336FC7; }
span { border-color: rgb(51,111,199); }
td.TdClassName
{
border-color: #336FC7;
}
.TagClassName
{
border-color: #336FC7;
}
</style>