Shades of Cerulean Blue #234EBC
Tints of Cerulean Blue #234EBC
RGB
CMYK
RGB Variations
Color information
#234EBC (or 0x234EBC) is known color: Cerulean Blue. HEX triplet: 23, 4E and BC. RGB value is (35,78,188). Sum of RGB (Red+Green+Blue) = 35+78+188=301 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.63% from 301); Green value is 78 (30.86% from 255 or 25.91% from 301); Blue value is 188 (73.83% from 255 or 62.46% from 301); Max value from RGB is 188 - color contains mainly: blue. Hex color #234EBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #234EBC is #DCB143. Grayscale: #4D4D4D. Windows color (decimal): -14463300 or 12340771. OLE color: 12340771.
HSL color Cylindrical-coordinate representation of color #234EBC: hue angle of 223.14º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #234EBC is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 35 | 78 | 188 | - |
| CMYK | 0.81 | 0.59 | 0 | 0.26 |
| HSL | 223.14º | 0.69% | 0.44% | - |
| HSV(B) | 223.14º | 0.81% | 0.74% | - |
| XYZ | 12.49 | 9.44 | 48.74 | - |
| YUV | 77.68 | 190.25 | 97.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 78 | 188 | 0.81 | 0.59 | 0 | 0.26 | 223.14 | 0.69 | 0.44 |
| Hex | 23 | 4E | BC | 51 | 3B | 0 | 1A | DF | 45 | 2C |
| Octal | 43 | 116 | 274 | 121 | 73 | 0 | 32 | 337 | 105 | 54 |
| Binary | 100011 | 1001110 | 10111100 | 1010001 | 111011 | 0 | 11010 | 11011111 | 1000101 | 101100 |
Color Harmonies of #234EBC
Complementary color
Monochromatic Colors of #234EBC
Black with #234EBC
Text Example
Text Example
White with #234EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234EBC; }
p { color: rgb(35,78,188); }
H1.HeaderClassName
{
color: #234EBC;
}
.AnyTagClassName
{
color: #234EBC;
}
</style>
background-color css
<style>
a { background-color: #234EBC; }
a { background-color: rgb(35,78,188); }
div.DivClassName
{
background-color: #234EBC;
}
.BgClassName
{
background-color: #234EBC;
}
</style>
border-color css
<style>
span { border-color: #234EBC; }
span { border-color: rgb(35,78,188); }
td.TdClassName
{
border-color: #234EBC;
}
.TagClassName
{
border-color: #234EBC;
}
</style>