Shades of Cerulean Blue #234DBB
Tints of Cerulean Blue #234DBB
RGB
CMYK
RGB Variations
Color information
#234DBB (or 0x234DBB) is known color: Cerulean Blue. HEX triplet: 23, 4D and BB. RGB value is (35,77,187). Sum of RGB (Red+Green+Blue) = 35+77+187=299 (39% of max value = 765). Red value is 35 (14.06% from 255 or 11.71% from 299); Green value is 77 (30.47% from 255 or 25.75% from 299); Blue value is 187 (73.44% from 255 or 62.54% from 299); Max value from RGB is 187 - color contains mainly: blue. Hex color #234DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #234DBB is #DCB244. Grayscale: #4C4C4C. Windows color (decimal): -14463557 or 12274979. OLE color: 12274979.
HSL color Cylindrical-coordinate representation of color #234DBB: hue angle of 223.42º 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 #234DBB is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 35 | 77 | 187 | - |
| CMYK | 0.81 | 0.59 | 0 | 0.27 |
| HSL | 223.42º | 0.68% | 0.44% | - |
| HSV(B) | 223.42º | 0.81% | 0.73% | - |
| XYZ | 12.32 | 9.25 | 48.15 | - |
| YUV | 76.98 | 190.09 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 77 | 187 | 0.81 | 0.59 | 0 | 0.27 | 223.42 | 0.68 | 0.44 |
| Hex | 23 | 4D | BB | 51 | 3B | 0 | 1B | DF | 44 | 2C |
| Octal | 43 | 115 | 273 | 121 | 73 | 0 | 33 | 337 | 104 | 54 |
| Binary | 100011 | 1001101 | 10111011 | 1010001 | 111011 | 0 | 11011 | 11011111 | 1000100 | 101100 |
Color Harmonies of #234DBB
Complementary color
Monochromatic Colors of #234DBB
Black with #234DBB
Text Example
Text Example
White with #234DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #234DBB; }
p { color: rgb(35,77,187); }
H1.HeaderClassName
{
color: #234DBB;
}
.AnyTagClassName
{
color: #234DBB;
}
</style>
background-color css
<style>
a { background-color: #234DBB; }
a { background-color: rgb(35,77,187); }
div.DivClassName
{
background-color: #234DBB;
}
.BgClassName
{
background-color: #234DBB;
}
</style>
border-color css
<style>
span { border-color: #234DBB; }
span { border-color: rgb(35,77,187); }
td.TdClassName
{
border-color: #234DBB;
}
.TagClassName
{
border-color: #234DBB;
}
</style>