Shades of Curious Blue #336DBD
Tints of Curious Blue #336DBD
RGB
CMYK
RGB Variations
Color information
#336DBD (or 0x336DBD) is known color: Curious Blue. HEX triplet: 33, 6D and BD. RGB value is (51,109,189). Sum of RGB (Red+Green+Blue) = 51+109+189=349 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.61% from 349); Green value is 109 (42.97% from 255 or 31.23% from 349); Blue value is 189 (74.22% from 255 or 54.15% from 349); Max value from RGB is 189 - color contains mainly: blue. Hex color #336DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336DBD is #CC9242. Grayscale: #646464. Windows color (decimal): -13406787 or 12414259. OLE color: 12414259.
HSL color Cylindrical-coordinate representation of color #336DBD: hue angle of 214.78º 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 #336DBD is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 51 | 109 | 189 | - |
| CMYK | 0.73 | 0.42 | 0 | 0.26 |
| HSL | 214.78º | 0.58% | 0.47% | - |
| HSV(B) | 214.78º | 0.73% | 0.74% | - |
| XYZ | 16.02 | 15.32 | 50.26 | - |
| YUV | 100.78 | 177.78 | 92.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 109 | 189 | 0.73 | 0.42 | 0 | 0.26 | 214.78 | 0.58 | 0.47 |
| Hex | 33 | 6D | BD | 49 | 2A | 0 | 1A | D7 | 3A | 2F |
| Octal | 63 | 155 | 275 | 111 | 52 | 0 | 32 | 327 | 72 | 57 |
| Binary | 110011 | 1101101 | 10111101 | 1001001 | 101010 | 0 | 11010 | 11010111 | 111010 | 101111 |
Color Harmonies of #336DBD
Complementary color
Monochromatic Colors of #336DBD
Black with #336DBD
Text Example
Text Example
White with #336DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336DBD; }
p { color: rgb(51,109,189); }
H1.HeaderClassName
{
color: #336DBD;
}
.AnyTagClassName
{
color: #336DBD;
}
</style>
background-color css
<style>
a { background-color: #336DBD; }
a { background-color: rgb(51,109,189); }
div.DivClassName
{
background-color: #336DBD;
}
.BgClassName
{
background-color: #336DBD;
}
</style>
border-color css
<style>
span { border-color: #336DBD; }
span { border-color: rgb(51,109,189); }
td.TdClassName
{
border-color: #336DBD;
}
.TagClassName
{
border-color: #336DBD;
}
</style>