Shades of Royal Blue #3274CF
Tints of Royal Blue #3274CF
RGB
CMYK
RGB Variations
Color information
#3274CF (or 0x3274CF) is known color: Royal Blue. HEX triplet: 32, 74 and CF. RGB value is (50,116,207). Sum of RGB (Red+Green+Blue) = 50+116+207=373 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.40% from 373); Green value is 116 (45.70% from 255 or 31.10% from 373); Blue value is 207 (81.25% from 255 or 55.50% from 373); Max value from RGB is 207 - color contains mainly: blue. Hex color #3274CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3274CF is #CD8B30. Grayscale: #6A6A6A. Windows color (decimal): -13470513 or 13595698. OLE color: 13595698.
HSL color Cylindrical-coordinate representation of color #3274CF: hue angle of 214.78º degrees, saturation: 0.62, 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 #3274CF is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 50 | 116 | 207 | - |
| CMYK | 0.76 | 0.44 | 0 | 0.19 |
| HSL | 214.78º | 0.62% | 0.5% | - |
| HSV(B) | 214.78º | 0.76% | 0.81% | - |
| XYZ | 18.82 | 17.67 | 61.45 | - |
| YUV | 106.64 | 184.63 | 87.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 116 | 207 | 0.76 | 0.44 | 0 | 0.19 | 214.78 | 0.62 | 0.5 |
| Hex | 32 | 74 | CF | 4C | 2C | 0 | 13 | D7 | 3E | 32 |
| Octal | 62 | 164 | 317 | 114 | 54 | 0 | 23 | 327 | 76 | 62 |
| Binary | 110010 | 1110100 | 11001111 | 1001100 | 101100 | 0 | 10011 | 11010111 | 111110 | 110010 |
Color Harmonies of #3274CF
Complementary color
Monochromatic Colors of #3274CF
Black with #3274CF
Text Example
Text Example
White with #3274CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3274CF; }
p { color: rgb(50,116,207); }
H1.HeaderClassName
{
color: #3274CF;
}
.AnyTagClassName
{
color: #3274CF;
}
</style>
background-color css
<style>
a { background-color: #3274CF; }
a { background-color: rgb(50,116,207); }
div.DivClassName
{
background-color: #3274CF;
}
.BgClassName
{
background-color: #3274CF;
}
</style>
border-color css
<style>
span { border-color: #3274CF; }
span { border-color: rgb(50,116,207); }
td.TdClassName
{
border-color: #3274CF;
}
.TagClassName
{
border-color: #3274CF;
}
</style>