Shades of Curious Blue #3294CE
Tints of Curious Blue #3294CE
RGB
CMYK
RGB Variations
Color information
#3294CE (or 0x3294CE) is known color: Curious Blue. HEX triplet: 32, 94 and CE. RGB value is (50,148,206). Sum of RGB (Red+Green+Blue) = 50+148+206=404 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.38% from 404); Green value is 148 (58.20% from 255 or 36.63% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #3294CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3294CE is #CD6B31. Grayscale: #7C7C7C. Windows color (decimal): -13462322 or 13538354. OLE color: 13538354.
HSL color Cylindrical-coordinate representation of color #3294CE: hue angle of 202.31º 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 #3294CE is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 148 | 206 | - |
| CMYK | 0.76 | 0.28 | 0 | 0.19 |
| HSL | 202.31º | 0.61% | 0.5% | - |
| HSV(B) | 202.31º | 0.76% | 0.81% | - |
| XYZ | 23.05 | 26.31 | 62.26 | - |
| YUV | 125.31 | 173.53 | 74.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 148 | 206 | 0.76 | 0.28 | 0 | 0.19 | 202.31 | 0.61 | 0.5 |
| Hex | 32 | 94 | CE | 4C | 1C | 0 | 13 | CA | 3D | 32 |
| Octal | 62 | 224 | 316 | 114 | 34 | 0 | 23 | 312 | 75 | 62 |
| Binary | 110010 | 10010100 | 11001110 | 1001100 | 11100 | 0 | 10011 | 11001010 | 111101 | 110010 |
Color Harmonies of #3294CE
Complementary color
Monochromatic Colors of #3294CE
Black with #3294CE
Text Example
Text Example
White with #3294CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3294CE; }
p { color: rgb(50,148,206); }
H1.HeaderClassName
{
color: #3294CE;
}
.AnyTagClassName
{
color: #3294CE;
}
</style>
background-color css
<style>
a { background-color: #3294CE; }
a { background-color: rgb(50,148,206); }
div.DivClassName
{
background-color: #3294CE;
}
.BgClassName
{
background-color: #3294CE;
}
</style>
border-color css
<style>
span { border-color: #3294CE; }
span { border-color: rgb(50,148,206); }
td.TdClassName
{
border-color: #3294CE;
}
.TagClassName
{
border-color: #3294CE;
}
</style>