Shades of Curious Blue #336EC1
Tints of Curious Blue #336EC1
RGB
CMYK
RGB Variations
Color information
#336EC1 (or 0x336EC1) is known color: Curious Blue. HEX triplet: 33, 6E and C1. RGB value is (51,110,193). Sum of RGB (Red+Green+Blue) = 51+110+193=354 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.41% from 354); Green value is 110 (43.36% from 255 or 31.07% from 354); Blue value is 193 (75.78% from 255 or 54.52% from 354); Max value from RGB is 193 - color contains mainly: blue. Hex color #336EC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336EC1 is #CC913E. Grayscale: #656565. Windows color (decimal): -13406527 or 12676659. OLE color: 12676659.
HSL color Cylindrical-coordinate representation of color #336EC1: hue angle of 215.07º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #336EC1 is Cyan = 0.74, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 51 | 110 | 193 | - |
| CMYK | 0.74 | 0.43 | 0 | 0.24 |
| HSL | 215.07º | 0.58% | 0.48% | - |
| HSV(B) | 215.07º | 0.74% | 0.76% | - |
| XYZ | 16.57 | 15.71 | 52.61 | - |
| YUV | 101.82 | 179.45 | 91.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 110 | 193 | 0.74 | 0.43 | 0 | 0.24 | 215.07 | 0.58 | 0.48 |
| Hex | 33 | 6E | C1 | 4A | 2B | 0 | 18 | D7 | 3A | 30 |
| Octal | 63 | 156 | 301 | 112 | 53 | 0 | 30 | 327 | 72 | 60 |
| Binary | 110011 | 1101110 | 11000001 | 1001010 | 101011 | 0 | 11000 | 11010111 | 111010 | 110000 |
Color Harmonies of #336EC1
Complementary color
Monochromatic Colors of #336EC1
Black with #336EC1
Text Example
Text Example
White with #336EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336EC1; }
p { color: rgb(51,110,193); }
H1.HeaderClassName
{
color: #336EC1;
}
.AnyTagClassName
{
color: #336EC1;
}
</style>
background-color css
<style>
a { background-color: #336EC1; }
a { background-color: rgb(51,110,193); }
div.DivClassName
{
background-color: #336EC1;
}
.BgClassName
{
background-color: #336EC1;
}
</style>
border-color css
<style>
span { border-color: #336EC1; }
span { border-color: rgb(51,110,193); }
td.TdClassName
{
border-color: #336EC1;
}
.TagClassName
{
border-color: #336EC1;
}
</style>