Shades of Cerulean Blue #234CBB
Tints of Cerulean Blue #234CBB
RGB
CMYK
RGB Variations
Color information
#234CBB (or 0x234CBB) is known color: Cerulean Blue. HEX triplet: 23, 4C and BB. RGB value is (35,76,187). Sum of RGB (Red+Green+Blue) = 35+76+187=298 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.74% from 298); Green value is 76 (30.08% from 255 or 25.50% from 298); Blue value is 187 (73.44% from 255 or 62.75% from 298); Max value from RGB is 187 - color contains mainly: blue. Hex color #234CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #234CBB is #DCB344. Grayscale: #4B4B4B. Windows color (decimal): -14463813 or 12274723. OLE color: 12274723.
HSL color Cylindrical-coordinate representation of color #234CBB: hue angle of 223.82º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #234CBB is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 76 | 187 | - |
| CMYK | 0.81 | 0.59 | 0 | 0.27 |
| HSL | 223.82º | 0.68% | 0.44% | - |
| HSV(B) | 223.82º | 0.81% | 0.73% | - |
| XYZ | 12.25 | 9.11 | 48.13 | - |
| YUV | 76.4 | 190.42 | 98.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 76 | 187 | 0.81 | 0.59 | 0 | 0.27 | 223.82 | 0.68 | 0.44 |
| Hex | 23 | 4C | BB | 51 | 3B | 0 | 1B | E0 | 44 | 2C |
| Octal | 43 | 114 | 273 | 121 | 73 | 0 | 33 | 340 | 104 | 54 |
| Binary | 100011 | 1001100 | 10111011 | 1010001 | 111011 | 0 | 11011 | 11100000 | 1000100 | 101100 |
Color Harmonies of #234CBB
Complementary color
Monochromatic Colors of #234CBB
Black with #234CBB
Text Example
Text Example
White with #234CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234CBB; }
p { color: rgb(35,76,187); }
H1.HeaderClassName
{
color: #234CBB;
}
.AnyTagClassName
{
color: #234CBB;
}
</style>
background-color css
<style>
a { background-color: #234CBB; }
a { background-color: rgb(35,76,187); }
div.DivClassName
{
background-color: #234CBB;
}
.BgClassName
{
background-color: #234CBB;
}
</style>
border-color css
<style>
span { border-color: #234CBB; }
span { border-color: rgb(35,76,187); }
td.TdClassName
{
border-color: #234CBB;
}
.TagClassName
{
border-color: #234CBB;
}
</style>