Shades of Curious Blue #3276CB
Tints of Curious Blue #3276CB
RGB
CMYK
RGB Variations
Color information
#3276CB (or 0x3276CB) is known color: Curious Blue. HEX triplet: 32, 76 and CB. RGB value is (50,118,203). Sum of RGB (Red+Green+Blue) = 50+118+203=371 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.48% from 371); Green value is 118 (46.48% from 255 or 31.81% from 371); Blue value is 203 (79.69% from 255 or 54.72% from 371); Max value from RGB is 203 - color contains mainly: blue. Hex color #3276CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3276CB is #CD8934. Grayscale: #6A6A6A. Windows color (decimal): -13470005 or 13334066. OLE color: 13334066.
HSL color Cylindrical-coordinate representation of color #3276CB: hue angle of 213.33º degrees, saturation: 0.6, 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 #3276CB is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 118 | 203 | - |
| CMYK | 0.75 | 0.42 | 0 | 0.20 |
| HSL | 213.33º | 0.6% | 0.5% | - |
| HSV(B) | 213.33º | 0.75% | 0.8% | - |
| XYZ | 18.57 | 17.95 | 58.99 | - |
| YUV | 107.36 | 181.97 | 87.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 118 | 203 | 0.75 | 0.42 | 0 | 0.20 | 213.33 | 0.6 | 0.5 |
| Hex | 32 | 76 | CB | 4B | 2A | 0 | 14 | D5 | 3C | 32 |
| Octal | 62 | 166 | 313 | 113 | 52 | 0 | 24 | 325 | 74 | 62 |
| Binary | 110010 | 1110110 | 11001011 | 1001011 | 101010 | 0 | 10100 | 11010101 | 111100 | 110010 |
Color Harmonies of #3276CB
Complementary color
Monochromatic Colors of #3276CB
Black with #3276CB
Text Example
Text Example
White with #3276CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3276CB; }
p { color: rgb(50,118,203); }
H1.HeaderClassName
{
color: #3276CB;
}
.AnyTagClassName
{
color: #3276CB;
}
</style>
background-color css
<style>
a { background-color: #3276CB; }
a { background-color: rgb(50,118,203); }
div.DivClassName
{
background-color: #3276CB;
}
.BgClassName
{
background-color: #3276CB;
}
</style>
border-color css
<style>
span { border-color: #3276CB; }
span { border-color: rgb(50,118,203); }
td.TdClassName
{
border-color: #3276CB;
}
.TagClassName
{
border-color: #3276CB;
}
</style>