Shades of Cerulean Blue #234EC0
Tints of Cerulean Blue #234EC0
RGB
CMYK
RGB Variations
Color information
#234EC0 (or 0x234EC0) is known color: Cerulean Blue. HEX triplet: 23, 4E and C0. RGB value is (35,78,192). Sum of RGB (Red+Green+Blue) = 35+78+192=305 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.48% from 305); Green value is 78 (30.86% from 255 or 25.57% from 305); Blue value is 192 (75.39% from 255 or 62.95% from 305); Max value from RGB is 192 - color contains mainly: blue. Hex color #234EC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #234EC0 is #DCB13F. Grayscale: #4D4D4D. Windows color (decimal): -14463296 or 12602915. OLE color: 12602915.
HSL color Cylindrical-coordinate representation of color #234EC0: hue angle of 223.57º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #234EC0 is Cyan = 0.82, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 35 | 78 | 192 | - |
| CMYK | 0.82 | 0.59 | 0 | 0.25 |
| HSL | 223.57º | 0.69% | 0.45% | - |
| HSV(B) | 223.57º | 0.82% | 0.75% | - |
| XYZ | 12.93 | 9.61 | 51.04 | - |
| YUV | 78.14 | 192.25 | 97.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 78 | 192 | 0.82 | 0.59 | 0 | 0.25 | 223.57 | 0.69 | 0.45 |
| Hex | 23 | 4E | C0 | 52 | 3B | 0 | 19 | E0 | 45 | 2D |
| Octal | 43 | 116 | 300 | 122 | 73 | 0 | 31 | 340 | 105 | 55 |
| Binary | 100011 | 1001110 | 11000000 | 1010010 | 111011 | 0 | 11001 | 11100000 | 1000101 | 101101 |
Color Harmonies of #234EC0
Complementary color
Monochromatic Colors of #234EC0
Black with #234EC0
Text Example
Text Example
White with #234EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234EC0; }
p { color: rgb(35,78,192); }
H1.HeaderClassName
{
color: #234EC0;
}
.AnyTagClassName
{
color: #234EC0;
}
</style>
background-color css
<style>
a { background-color: #234EC0; }
a { background-color: rgb(35,78,192); }
div.DivClassName
{
background-color: #234EC0;
}
.BgClassName
{
background-color: #234EC0;
}
</style>
border-color css
<style>
span { border-color: #234EC0; }
span { border-color: rgb(35,78,192); }
td.TdClassName
{
border-color: #234EC0;
}
.TagClassName
{
border-color: #234EC0;
}
</style>