Shades of Curious Blue #3278CB
Tints of Curious Blue #3278CB
RGB
CMYK
RGB Variations
Color information
#3278CB (or 0x3278CB) is known color: Curious Blue. HEX triplet: 32, 78 and CB. RGB value is (50,120,203). Sum of RGB (Red+Green+Blue) = 50+120+203=373 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.40% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 203 (79.69% from 255 or 54.42% from 373); Max value from RGB is 203 - color contains mainly: blue. Hex color #3278CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3278CB is #CD8734. Grayscale: #6C6C6C. Windows color (decimal): -13469493 or 13334578. OLE color: 13334578.
HSL color Cylindrical-coordinate representation of color #3278CB: hue angle of 212.55º 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 #3278CB is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 50 | 120 | 203 | - |
| CMYK | 0.75 | 0.41 | 0 | 0.20 |
| HSL | 212.55º | 0.6% | 0.5% | - |
| HSV(B) | 212.55º | 0.75% | 0.8% | - |
| XYZ | 18.81 | 18.42 | 59.06 | - |
| YUV | 108.53 | 181.31 | 86.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 120 | 203 | 0.75 | 0.41 | 0 | 0.20 | 212.55 | 0.6 | 0.5 |
| Hex | 32 | 78 | CB | 4B | 29 | 0 | 14 | D5 | 3C | 32 |
| Octal | 62 | 170 | 313 | 113 | 51 | 0 | 24 | 325 | 74 | 62 |
| Binary | 110010 | 1111000 | 11001011 | 1001011 | 101001 | 0 | 10100 | 11010101 | 111100 | 110010 |
Color Harmonies of #3278CB
Complementary color
Monochromatic Colors of #3278CB
Black with #3278CB
Text Example
Text Example
White with #3278CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3278CB; }
p { color: rgb(50,120,203); }
H1.HeaderClassName
{
color: #3278CB;
}
.AnyTagClassName
{
color: #3278CB;
}
</style>
background-color css
<style>
a { background-color: #3278CB; }
a { background-color: rgb(50,120,203); }
div.DivClassName
{
background-color: #3278CB;
}
.BgClassName
{
background-color: #3278CB;
}
</style>
border-color css
<style>
span { border-color: #3278CB; }
span { border-color: rgb(50,120,203); }
td.TdClassName
{
border-color: #3278CB;
}
.TagClassName
{
border-color: #3278CB;
}
</style>