Shades of Curious Blue #336EC3
Tints of Curious Blue #336EC3
RGB
CMYK
RGB Variations
Color information
#336EC3 (or 0x336EC3) is known color: Curious Blue. HEX triplet: 33, 6E and C3. RGB value is (51,110,195). Sum of RGB (Red+Green+Blue) = 51+110+195=356 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.33% from 356); Green value is 110 (43.36% from 255 or 30.90% from 356); Blue value is 195 (76.56% from 255 or 54.78% from 356); Max value from RGB is 195 - color contains mainly: blue. Hex color #336EC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #336EC3 is #CC913C. Grayscale: #656565. Windows color (decimal): -13406525 or 12807731. OLE color: 12807731.
HSL color Cylindrical-coordinate representation of color #336EC3: hue angle of 215.42º degrees, saturation: 0.59, 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 #336EC3 is Cyan = 0.74, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 51 | 110 | 195 | - |
| CMYK | 0.74 | 0.44 | 0 | 0.24 |
| HSL | 215.42º | 0.59% | 0.48% | - |
| HSV(B) | 215.42º | 0.74% | 0.76% | - |
| XYZ | 16.79 | 15.8 | 53.79 | - |
| YUV | 102.05 | 180.45 | 91.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 110 | 195 | 0.74 | 0.44 | 0 | 0.24 | 215.42 | 0.59 | 0.48 |
| Hex | 33 | 6E | C3 | 4A | 2C | 0 | 18 | D7 | 3B | 30 |
| Octal | 63 | 156 | 303 | 112 | 54 | 0 | 30 | 327 | 73 | 60 |
| Binary | 110011 | 1101110 | 11000011 | 1001010 | 101100 | 0 | 11000 | 11010111 | 111011 | 110000 |
Color Harmonies of #336EC3
Complementary color
Monochromatic Colors of #336EC3
Black with #336EC3
Text Example
Text Example
White with #336EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #336EC3; }
p { color: rgb(51,110,195); }
H1.HeaderClassName
{
color: #336EC3;
}
.AnyTagClassName
{
color: #336EC3;
}
</style>
background-color css
<style>
a { background-color: #336EC3; }
a { background-color: rgb(51,110,195); }
div.DivClassName
{
background-color: #336EC3;
}
.BgClassName
{
background-color: #336EC3;
}
</style>
border-color css
<style>
span { border-color: #336EC3; }
span { border-color: rgb(51,110,195); }
td.TdClassName
{
border-color: #336EC3;
}
.TagClassName
{
border-color: #336EC3;
}
</style>