Shades of Cerulean Blue #234EA7
Tints of Cerulean Blue #234EA7
RGB
CMYK
RGB Variations
Color information
#234EA7 (or 0x234EA7) is known color: Cerulean Blue. HEX triplet: 23, 4E and A7. RGB value is (35,78,167). Sum of RGB (Red+Green+Blue) = 35+78+167=280 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.5% from 280); Green value is 78 (30.86% from 255 or 27.86% from 280); Blue value is 167 (65.62% from 255 or 59.64% from 280); Max value from RGB is 167 - color contains mainly: blue. Hex color #234EA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #234EA7 is #DCB158. Grayscale: #4A4A4A. Windows color (decimal): -14463321 or 10964515. OLE color: 10964515.
HSL color Cylindrical-coordinate representation of color #234EA7: hue angle of 220.45º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #234EA7 is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 35 | 78 | 167 | - |
| CMYK | 0.79 | 0.53 | 0 | 0.35 |
| HSL | 220.45º | 0.65% | 0.4% | - |
| HSV(B) | 220.45º | 0.79% | 0.65% | - |
| XYZ | 10.39 | 8.6 | 37.67 | - |
| YUV | 75.29 | 179.75 | 99.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 78 | 167 | 0.79 | 0.53 | 0 | 0.35 | 220.45 | 0.65 | 0.4 |
| Hex | 23 | 4E | A7 | 4F | 35 | 0 | 23 | DC | 41 | 28 |
| Octal | 43 | 116 | 247 | 117 | 65 | 0 | 43 | 334 | 101 | 50 |
| Binary | 100011 | 1001110 | 10100111 | 1001111 | 110101 | 0 | 100011 | 11011100 | 1000001 | 101000 |
Color Harmonies of #234EA7
Complementary color
Monochromatic Colors of #234EA7
Black with #234EA7
Text Example
Text Example
White with #234EA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234EA7; }
p { color: rgb(35,78,167); }
H1.HeaderClassName
{
color: #234EA7;
}
.AnyTagClassName
{
color: #234EA7;
}
</style>
background-color css
<style>
a { background-color: #234EA7; }
a { background-color: rgb(35,78,167); }
div.DivClassName
{
background-color: #234EA7;
}
.BgClassName
{
background-color: #234EA7;
}
</style>
border-color css
<style>
span { border-color: #234EA7; }
span { border-color: rgb(35,78,167); }
td.TdClassName
{
border-color: #234EA7;
}
.TagClassName
{
border-color: #234EA7;
}
</style>