Shades of Royal Blue #3258DF
Tints of Royal Blue #3258DF
RGB
CMYK
RGB Variations
Color information
#3258DF (or 0x3258DF) is known color: Royal Blue. HEX triplet: 32, 58 and DF. RGB value is (50,88,223). Sum of RGB (Red+Green+Blue) = 50+88+223=361 (47% of max value = 765). Red value is 50 (19.92% from 255 or 13.85% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 223 (87.5% from 255 or 61.77% from 361); Max value from RGB is 223 - color contains mainly: blue. Hex color #3258DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3258DF is #CDA720. Grayscale: #5B5B5B. Windows color (decimal): -13477665 or 14637106. OLE color: 14637106.
HSL color Cylindrical-coordinate representation of color #3258DF: hue angle of 226.82º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3258DF is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 50 | 88 | 223 | - |
| CMYK | 0.78 | 0.61 | 0 | 0.13 |
| HSL | 226.82º | 0.73% | 0.54% | - |
| HSV(B) | 226.82º | 0.78% | 0.87% | - |
| XYZ | 18.12 | 12.99 | 71.36 | - |
| YUV | 92.03 | 201.91 | 98.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 88 | 223 | 0.78 | 0.61 | 0 | 0.13 | 226.82 | 0.73 | 0.54 |
| Hex | 32 | 58 | DF | 4E | 3D | 0 | D | E3 | 49 | 36 |
| Octal | 62 | 130 | 337 | 116 | 75 | 0 | 15 | 343 | 111 | 66 |
| Binary | 110010 | 1011000 | 11011111 | 1001110 | 111101 | 0 | 1101 | 11100011 | 1001001 | 110110 |
Color Harmonies of #3258DF
Complementary color
Monochromatic Colors of #3258DF
Black with #3258DF
Text Example
Text Example
White with #3258DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3258DF; }
p { color: rgb(50,88,223); }
H1.HeaderClassName
{
color: #3258DF;
}
.AnyTagClassName
{
color: #3258DF;
}
</style>
background-color css
<style>
a { background-color: #3258DF; }
a { background-color: rgb(50,88,223); }
div.DivClassName
{
background-color: #3258DF;
}
.BgClassName
{
background-color: #3258DF;
}
</style>
border-color css
<style>
span { border-color: #3258DF; }
span { border-color: rgb(50,88,223); }
td.TdClassName
{
border-color: #3258DF;
}
.TagClassName
{
border-color: #3258DF;
}
</style>