Shades of Curious Blue #3276CE
Tints of Curious Blue #3276CE
RGB
CMYK
RGB Variations
Color information
#3276CE (or 0x3276CE) is known color: Curious Blue. HEX triplet: 32, 76 and CE. RGB value is (50,118,206). Sum of RGB (Red+Green+Blue) = 50+118+206=374 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.37% from 374); Green value is 118 (46.48% from 255 or 31.55% from 374); Blue value is 206 (80.86% from 255 or 55.08% from 374); Max value from RGB is 206 - color contains mainly: blue. Hex color #3276CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3276CE is #CD8931. Grayscale: #6B6B6B. Windows color (decimal): -13470002 or 13530674. OLE color: 13530674.
HSL color Cylindrical-coordinate representation of color #3276CE: hue angle of 213.85º 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 #3276CE is Cyan = 0.76, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 118 | 206 | - |
| CMYK | 0.76 | 0.43 | 0 | 0.19 |
| HSL | 213.85º | 0.61% | 0.5% | - |
| HSV(B) | 213.85º | 0.76% | 0.81% | - |
| XYZ | 18.93 | 18.09 | 60.89 | - |
| YUV | 107.7 | 183.47 | 86.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 118 | 206 | 0.76 | 0.43 | 0 | 0.19 | 213.85 | 0.61 | 0.5 |
| Hex | 32 | 76 | CE | 4C | 2B | 0 | 13 | D6 | 3D | 32 |
| Octal | 62 | 166 | 316 | 114 | 53 | 0 | 23 | 326 | 75 | 62 |
| Binary | 110010 | 1110110 | 11001110 | 1001100 | 101011 | 0 | 10011 | 11010110 | 111101 | 110010 |
Color Harmonies of #3276CE
Complementary color
Monochromatic Colors of #3276CE
Black with #3276CE
Text Example
Text Example
White with #3276CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3276CE; }
p { color: rgb(50,118,206); }
H1.HeaderClassName
{
color: #3276CE;
}
.AnyTagClassName
{
color: #3276CE;
}
</style>
background-color css
<style>
a { background-color: #3276CE; }
a { background-color: rgb(50,118,206); }
div.DivClassName
{
background-color: #3276CE;
}
.BgClassName
{
background-color: #3276CE;
}
</style>
border-color css
<style>
span { border-color: #3276CE; }
span { border-color: rgb(50,118,206); }
td.TdClassName
{
border-color: #3276CE;
}
.TagClassName
{
border-color: #3276CE;
}
</style>