Shades of Curious Blue #3296CE
Tints of Curious Blue #3296CE
RGB
CMYK
RGB Variations
Color information
#3296CE (or 0x3296CE) is known color: Curious Blue. HEX triplet: 32, 96 and CE. RGB value is (50,150,206). Sum of RGB (Red+Green+Blue) = 50+150+206=406 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.32% from 406); Green value is 150 (58.98% from 255 or 36.95% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #3296CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3296CE is #CD6931. Grayscale: #7E7E7E. Windows color (decimal): -13461810 or 13538866. OLE color: 13538866.
HSL color Cylindrical-coordinate representation of color #3296CE: hue angle of 201.54º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3296CE is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 150 | 206 | - |
| CMYK | 0.76 | 0.27 | 0 | 0.19 |
| HSL | 201.54º | 0.61% | 0.5% | - |
| HSV(B) | 201.54º | 0.76% | 0.81% | - |
| XYZ | 23.36 | 26.95 | 62.36 | - |
| YUV | 126.48 | 172.87 | 73.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 150 | 206 | 0.76 | 0.27 | 0 | 0.19 | 201.54 | 0.61 | 0.5 |
| Hex | 32 | 96 | CE | 4C | 1B | 0 | 13 | CA | 3D | 32 |
| Octal | 62 | 226 | 316 | 114 | 33 | 0 | 23 | 312 | 75 | 62 |
| Binary | 110010 | 10010110 | 11001110 | 1001100 | 11011 | 0 | 10011 | 11001010 | 111101 | 110010 |
Color Harmonies of #3296CE
Complementary color
Monochromatic Colors of #3296CE
Black with #3296CE
Text Example
Text Example
White with #3296CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3296CE; }
p { color: rgb(50,150,206); }
H1.HeaderClassName
{
color: #3296CE;
}
.AnyTagClassName
{
color: #3296CE;
}
</style>
background-color css
<style>
a { background-color: #3296CE; }
a { background-color: rgb(50,150,206); }
div.DivClassName
{
background-color: #3296CE;
}
.BgClassName
{
background-color: #3296CE;
}
</style>
border-color css
<style>
span { border-color: #3296CE; }
span { border-color: rgb(50,150,206); }
td.TdClassName
{
border-color: #3296CE;
}
.TagClassName
{
border-color: #3296CE;
}
</style>