Shades of Royal Blue #2352EA
Tints of Royal Blue #2352EA
RGB
CMYK
RGB Variations
Color information
#2352EA (or 0x2352EA) is known color: Royal Blue. HEX triplet: 23, 52 and EA. RGB value is (35,82,234). Sum of RGB (Red+Green+Blue) = 35+82+234=351 (46% of max value = 765). Red value is 35 (14.06% from 255 or 9.97% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 234 (91.80% from 255 or 66.67% from 351); Max value from RGB is 234 - color contains mainly: blue. Hex color #2352EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2352EA is #DCAD15. Grayscale: #545454. Windows color (decimal): -14462230 or 15356451. OLE color: 15356451.
HSL color Cylindrical-coordinate representation of color #2352EA: hue angle of 225.83º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2352EA is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 35 | 82 | 234 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.08 |
| HSL | 225.83º | 0.83% | 0.53% | - |
| HSV(B) | 225.83º | 0.85% | 0.92% | - |
| XYZ | 18.56 | 12.33 | 79.24 | - |
| YUV | 85.28 | 211.93 | 92.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 82 | 234 | 0.85 | 0.65 | 0 | 0.08 | 225.83 | 0.83 | 0.53 |
| Hex | 23 | 52 | EA | 55 | 41 | 0 | 8 | E2 | 53 | 35 |
| Octal | 43 | 122 | 352 | 125 | 101 | 0 | 10 | 342 | 123 | 65 |
| Binary | 100011 | 1010010 | 11101010 | 1010101 | 1000001 | 0 | 1000 | 11100010 | 1010011 | 110101 |
Color Harmonies of #2352EA
Complementary color
Monochromatic Colors of #2352EA
Black with #2352EA
Text Example
Text Example
White with #2352EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2352EA; }
p { color: rgb(35,82,234); }
H1.HeaderClassName
{
color: #2352EA;
}
.AnyTagClassName
{
color: #2352EA;
}
</style>
background-color css
<style>
a { background-color: #2352EA; }
a { background-color: rgb(35,82,234); }
div.DivClassName
{
background-color: #2352EA;
}
.BgClassName
{
background-color: #2352EA;
}
</style>
border-color css
<style>
span { border-color: #2352EA; }
span { border-color: rgb(35,82,234); }
td.TdClassName
{
border-color: #2352EA;
}
.TagClassName
{
border-color: #2352EA;
}
</style>