Shades of Royal Blue #234BEC
Tints of Royal Blue #234BEC
RGB
CMYK
RGB Variations
Color information
#234BEC (or 0x234BEC) is known color: Royal Blue. HEX triplet: 23, 4B and EC. RGB value is (35,75,236). Sum of RGB (Red+Green+Blue) = 35+75+236=346 (45% of max value = 765). Red value is 35 (14.06% from 255 or 10.12% from 346); Green value is 75 (29.69% from 255 or 21.68% from 346); Blue value is 236 (92.58% from 255 or 68.21% from 346); Max value from RGB is 236 - color contains mainly: blue. Hex color #234BEC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #234BEC is #DCB413. Grayscale: #505050. Windows color (decimal): -14464020 or 15485731. OLE color: 15485731.
HSL color Cylindrical-coordinate representation of color #234BEC: hue angle of 228.06º 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 #234BEC is Cyan = 0.85, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 75 | 236 | - |
| CMYK | 0.85 | 0.68 | 0 | 0.07 |
| HSL | 228.06º | 0.84% | 0.53% | - |
| HSV(B) | 228.06º | 0.85% | 0.93% | - |
| XYZ | 18.35 | 11.45 | 80.6 | - |
| YUV | 81.39 | 215.25 | 94.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 75 | 236 | 0.85 | 0.68 | 0 | 0.07 | 228.06 | 0.84 | 0.53 |
| Hex | 23 | 4B | EC | 55 | 44 | 0 | 7 | E4 | 54 | 35 |
| Octal | 43 | 113 | 354 | 125 | 104 | 0 | 7 | 344 | 124 | 65 |
| Binary | 100011 | 1001011 | 11101100 | 1010101 | 1000100 | 0 | 111 | 11100100 | 1010100 | 110101 |
Color Harmonies of #234BEC
Complementary color
Monochromatic Colors of #234BEC
Black with #234BEC
Text Example
Text Example
White with #234BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234BEC; }
p { color: rgb(35,75,236); }
H1.HeaderClassName
{
color: #234BEC;
}
.AnyTagClassName
{
color: #234BEC;
}
</style>
background-color css
<style>
a { background-color: #234BEC; }
a { background-color: rgb(35,75,236); }
div.DivClassName
{
background-color: #234BEC;
}
.BgClassName
{
background-color: #234BEC;
}
</style>
border-color css
<style>
span { border-color: #234BEC; }
span { border-color: rgb(35,75,236); }
td.TdClassName
{
border-color: #234BEC;
}
.TagClassName
{
border-color: #234BEC;
}
</style>