Shades of Royal Blue #3270CC
Tints of Royal Blue #3270CC
RGB
CMYK
RGB Variations
Color information
#3270CC (or 0x3270CC) is known color: Royal Blue. HEX triplet: 32, 70 and CC. RGB value is (50,112,204). Sum of RGB (Red+Green+Blue) = 50+112+204=366 (48% of max value = 765). Red value is 50 (19.92% from 255 or 13.66% from 366); Green value is 112 (44.14% from 255 or 30.60% from 366); Blue value is 204 (80.08% from 255 or 55.74% from 366); Max value from RGB is 204 - color contains mainly: blue. Hex color #3270CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3270CC is #CD8F33. Grayscale: #676767. Windows color (decimal): -13471540 or 13398066. OLE color: 13398066.
HSL color Cylindrical-coordinate representation of color #3270CC: hue angle of 215.84º 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 #3270CC is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 50 | 112 | 204 | - |
| CMYK | 0.75 | 0.45 | 0 | 0.2 |
| HSL | 215.84º | 0.61% | 0.5% | - |
| HSV(B) | 215.84º | 0.75% | 0.8% | - |
| XYZ | 18.01 | 16.63 | 59.39 | - |
| YUV | 103.95 | 184.46 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 112 | 204 | 0.75 | 0.45 | 0 | 0.2 | 215.84 | 0.61 | 0.5 |
| Hex | 32 | 70 | CC | 4B | 2D | 0 | 14 | D8 | 3D | 32 |
| Octal | 62 | 160 | 314 | 113 | 55 | 0 | 24 | 330 | 75 | 62 |
| Binary | 110010 | 1110000 | 11001100 | 1001011 | 101101 | 0 | 10100 | 11011000 | 111101 | 110010 |
Color Harmonies of #3270CC
Complementary color
Monochromatic Colors of #3270CC
Black with #3270CC
Text Example
Text Example
White with #3270CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3270CC; }
p { color: rgb(50,112,204); }
H1.HeaderClassName
{
color: #3270CC;
}
.AnyTagClassName
{
color: #3270CC;
}
</style>
background-color css
<style>
a { background-color: #3270CC; }
a { background-color: rgb(50,112,204); }
div.DivClassName
{
background-color: #3270CC;
}
.BgClassName
{
background-color: #3270CC;
}
</style>
border-color css
<style>
span { border-color: #3270CC; }
span { border-color: rgb(50,112,204); }
td.TdClassName
{
border-color: #3270CC;
}
.TagClassName
{
border-color: #3270CC;
}
</style>