Shades of Curious Blue #3298CC
Tints of Curious Blue #3298CC
RGB
CMYK
RGB Variations
Color information
#3298CC (or 0x3298CC) is known color: Curious Blue. HEX triplet: 32, 98 and CC. RGB value is (50,152,204). Sum of RGB (Red+Green+Blue) = 50+152+204=406 (53% of max value = 765). Red value is 50 (19.92% from 255 or 12.32% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 204 (80.08% from 255 or 50.25% from 406); Max value from RGB is 204 - color contains mainly: blue. Hex color #3298CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3298CC is #CD6733. Grayscale: #7F7F7F. Windows color (decimal): -13461300 or 13408306. OLE color: 13408306.
HSL color Cylindrical-coordinate representation of color #3298CC: hue angle of 200.26º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3298CC is Cyan = 0.75, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 152 | 204 | - |
| CMYK | 0.75 | 0.25 | 0 | 0.2 |
| HSL | 200.26º | 0.61% | 0.5% | - |
| HSV(B) | 200.26º | 0.75% | 0.8% | - |
| XYZ | 23.44 | 27.49 | 61.2 | - |
| YUV | 127.43 | 171.21 | 72.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 152 | 204 | 0.75 | 0.25 | 0 | 0.2 | 200.26 | 0.61 | 0.5 |
| Hex | 32 | 98 | CC | 4B | 19 | 0 | 14 | C8 | 3D | 32 |
| Octal | 62 | 230 | 314 | 113 | 31 | 0 | 24 | 310 | 75 | 62 |
| Binary | 110010 | 10011000 | 11001100 | 1001011 | 11001 | 0 | 10100 | 11001000 | 111101 | 110010 |
Color Harmonies of #3298CC
Complementary color
Monochromatic Colors of #3298CC
Black with #3298CC
Text Example
Text Example
White with #3298CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3298CC; }
p { color: rgb(50,152,204); }
H1.HeaderClassName
{
color: #3298CC;
}
.AnyTagClassName
{
color: #3298CC;
}
</style>
background-color css
<style>
a { background-color: #3298CC; }
a { background-color: rgb(50,152,204); }
div.DivClassName
{
background-color: #3298CC;
}
.BgClassName
{
background-color: #3298CC;
}
</style>
border-color css
<style>
span { border-color: #3298CC; }
span { border-color: rgb(50,152,204); }
td.TdClassName
{
border-color: #3298CC;
}
.TagClassName
{
border-color: #3298CC;
}
</style>