Shades of Curious Blue #3279CC
Tints of Curious Blue #3279CC
RGB
CMYK
RGB Variations
Color information
#3279CC (or 0x3279CC) is known color: Curious Blue. HEX triplet: 32, 79 and CC. RGB value is (50,121,204). Sum of RGB (Red+Green+Blue) = 50+121+204=375 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.33% from 375); Green value is 121 (47.66% from 255 or 32.27% from 375); Blue value is 204 (80.08% from 255 or 54.4% from 375); Max value from RGB is 204 - color contains mainly: blue. Hex color #3279CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3279CC is #CD8633. Grayscale: #6C6C6C. Windows color (decimal): -13469236 or 13400370. OLE color: 13400370.
HSL color Cylindrical-coordinate representation of color #3279CC: hue angle of 212.34º 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 #3279CC is Cyan = 0.75, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 121 | 204 | - |
| CMYK | 0.75 | 0.41 | 0 | 0.2 |
| HSL | 212.34º | 0.61% | 0.5% | - |
| HSV(B) | 212.34º | 0.75% | 0.8% | - |
| XYZ | 19.05 | 18.71 | 59.73 | - |
| YUV | 109.23 | 181.48 | 85.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 121 | 204 | 0.75 | 0.41 | 0 | 0.2 | 212.34 | 0.61 | 0.5 |
| Hex | 32 | 79 | CC | 4B | 29 | 0 | 14 | D4 | 3D | 32 |
| Octal | 62 | 171 | 314 | 113 | 51 | 0 | 24 | 324 | 75 | 62 |
| Binary | 110010 | 1111001 | 11001100 | 1001011 | 101001 | 0 | 10100 | 11010100 | 111101 | 110010 |
Color Harmonies of #3279CC
Complementary color
Monochromatic Colors of #3279CC
Black with #3279CC
Text Example
Text Example
White with #3279CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3279CC; }
p { color: rgb(50,121,204); }
H1.HeaderClassName
{
color: #3279CC;
}
.AnyTagClassName
{
color: #3279CC;
}
</style>
background-color css
<style>
a { background-color: #3279CC; }
a { background-color: rgb(50,121,204); }
div.DivClassName
{
background-color: #3279CC;
}
.BgClassName
{
background-color: #3279CC;
}
</style>
border-color css
<style>
span { border-color: #3279CC; }
span { border-color: rgb(50,121,204); }
td.TdClassName
{
border-color: #3279CC;
}
.TagClassName
{
border-color: #3279CC;
}
</style>