Shades of Cerulean Blue #234CE4
Tints of Cerulean Blue #234CE4
RGB
CMYK
RGB Variations
Color information
#234CE4 (or 0x234CE4) is known color: Cerulean Blue. HEX triplet: 23, 4C and E4. RGB value is (35,76,228). Sum of RGB (Red+Green+Blue) = 35+76+228=339 (44% of max value = 765). Red value is 35 (14.06% from 255 or 10.32% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 228 (89.45% from 255 or 67.26% from 339); Max value from RGB is 228 - color contains mainly: blue. Hex color #234CE4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #234CE4 is #DCB31B. Grayscale: #505050. Windows color (decimal): -14463772 or 14961699. OLE color: 14961699.
HSL color Cylindrical-coordinate representation of color #234CE4: hue angle of 227.25º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #234CE4 is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 35 | 76 | 228 | - |
| CMYK | 0.85 | 0.67 | 0 | 0.11 |
| HSL | 227.25º | 0.78% | 0.52% | - |
| HSV(B) | 227.25º | 0.85% | 0.89% | - |
| XYZ | 17.28 | 11.13 | 74.64 | - |
| YUV | 81.07 | 210.92 | 95.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 76 | 228 | 0.85 | 0.67 | 0 | 0.11 | 227.25 | 0.78 | 0.52 |
| Hex | 23 | 4C | E4 | 55 | 43 | 0 | B | E3 | 4E | 34 |
| Octal | 43 | 114 | 344 | 125 | 103 | 0 | 13 | 343 | 116 | 64 |
| Binary | 100011 | 1001100 | 11100100 | 1010101 | 1000011 | 0 | 1011 | 11100011 | 1001110 | 110100 |
Color Harmonies of #234CE4
Complementary color
Monochromatic Colors of #234CE4
Black with #234CE4
Text Example
Text Example
White with #234CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234CE4; }
p { color: rgb(35,76,228); }
H1.HeaderClassName
{
color: #234CE4;
}
.AnyTagClassName
{
color: #234CE4;
}
</style>
background-color css
<style>
a { background-color: #234CE4; }
a { background-color: rgb(35,76,228); }
div.DivClassName
{
background-color: #234CE4;
}
.BgClassName
{
background-color: #234CE4;
}
</style>
border-color css
<style>
span { border-color: #234CE4; }
span { border-color: rgb(35,76,228); }
td.TdClassName
{
border-color: #234CE4;
}
.TagClassName
{
border-color: #234CE4;
}
</style>