Shades of Royal Blue #3372F8
Tints of Royal Blue #3372F8
RGB
CMYK
RGB Variations
Color information
#3372F8 (or 0x3372F8) is known color: Royal Blue. HEX triplet: 33, 72 and F8. RGB value is (51,114,248). Sum of RGB (Red+Green+Blue) = 51+114+248=413 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.35% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 248 (97.27% from 255 or 60.05% from 413); Max value from RGB is 248 - color contains mainly: blue. Hex color #3372F8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3372F8 is #CC8D07. Grayscale: #6D6D6D. Windows color (decimal): -13405448 or 16282163. OLE color: 16282163.
HSL color Cylindrical-coordinate representation of color #3372F8: hue angle of 220.81º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3372F8 is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 51 | 114 | 248 | - |
| CMYK | 0.79 | 0.54 | 0 | 0.03 |
| HSL | 220.81º | 0.93% | 0.59% | - |
| HSV(B) | 220.81º | 0.79% | 0.97% | - |
| XYZ | 24.33 | 19.52 | 91.29 | - |
| YUV | 110.44 | 205.63 | 85.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 114 | 248 | 0.79 | 0.54 | 0 | 0.03 | 220.81 | 0.93 | 0.59 |
| Hex | 33 | 72 | F8 | 4F | 36 | 0 | 3 | DD | 5D | 3B |
| Octal | 63 | 162 | 370 | 117 | 66 | 0 | 3 | 335 | 135 | 73 |
| Binary | 110011 | 1110010 | 11111000 | 1001111 | 110110 | 0 | 11 | 11011101 | 1011101 | 111011 |
Color Harmonies of #3372F8
Complementary color
Monochromatic Colors of #3372F8
Black with #3372F8
Text Example
Text Example
White with #3372F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3372F8; }
p { color: rgb(51,114,248); }
H1.HeaderClassName
{
color: #3372F8;
}
.AnyTagClassName
{
color: #3372F8;
}
</style>
background-color css
<style>
a { background-color: #3372F8; }
a { background-color: rgb(51,114,248); }
div.DivClassName
{
background-color: #3372F8;
}
.BgClassName
{
background-color: #3372F8;
}
</style>
border-color css
<style>
span { border-color: #3372F8; }
span { border-color: rgb(51,114,248); }
td.TdClassName
{
border-color: #3372F8;
}
.TagClassName
{
border-color: #3372F8;
}
</style>