Shades of Royal Blue #234AEC
Tints of Royal Blue #234AEC
RGB
CMYK
RGB Variations
Color information
#234AEC (or 0x234AEC) is known color: Royal Blue. HEX triplet: 23, 4A and EC. RGB value is (35,74,236). Sum of RGB (Red+Green+Blue) = 35+74+236=345 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.14% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 236 (92.58% from 255 or 68.41% from 345); Max value from RGB is 236 - color contains mainly: blue. Hex color #234AEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #234AEC is #DCB513. Grayscale: #505050. Windows color (decimal): -14464276 or 15485475. OLE color: 15485475.
HSL color Cylindrical-coordinate representation of color #234AEC: hue angle of 228.36º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #234AEC is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 74 | 236 | - |
| CMYK | 0.85 | 0.69 | 0 | 0.07 |
| HSL | 228.36º | 0.84% | 0.53% | - |
| HSV(B) | 228.36º | 0.85% | 0.93% | - |
| XYZ | 18.28 | 11.31 | 80.58 | - |
| YUV | 80.81 | 215.58 | 95.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 74 | 236 | 0.85 | 0.69 | 0 | 0.07 | 228.36 | 0.84 | 0.53 |
| Hex | 23 | 4A | EC | 55 | 45 | 0 | 7 | E4 | 54 | 35 |
| Octal | 43 | 112 | 354 | 125 | 105 | 0 | 7 | 344 | 124 | 65 |
| Binary | 100011 | 1001010 | 11101100 | 1010101 | 1000101 | 0 | 111 | 11100100 | 1010100 | 110101 |
Color Harmonies of #234AEC
Complementary color
Monochromatic Colors of #234AEC
Black with #234AEC
Text Example
Text Example
White with #234AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234AEC; }
p { color: rgb(35,74,236); }
H1.HeaderClassName
{
color: #234AEC;
}
.AnyTagClassName
{
color: #234AEC;
}
</style>
background-color css
<style>
a { background-color: #234AEC; }
a { background-color: rgb(35,74,236); }
div.DivClassName
{
background-color: #234AEC;
}
.BgClassName
{
background-color: #234AEC;
}
</style>
border-color css
<style>
span { border-color: #234AEC; }
span { border-color: rgb(35,74,236); }
td.TdClassName
{
border-color: #234AEC;
}
.TagClassName
{
border-color: #234AEC;
}
</style>