Shades of Cerulean Blue #2B44BE
Tints of Cerulean Blue #2B44BE
RGB
CMYK
RGB Variations
Color information
#2B44BE (or 0x2B44BE) is known color: Cerulean Blue. HEX triplet: 2B, 44 and BE. RGB value is (43,68,190). Sum of RGB (Red+Green+Blue) = 43+68+190=301 (39% of max value = 765). Red value is 43 (17.19% from 255 or 14.29% from 301); Green value is 68 (26.95% from 255 or 22.59% from 301); Blue value is 190 (74.61% from 255 or 63.12% from 301); Max value from RGB is 190 - color contains mainly: blue. Hex color #2B44BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B44BE is #D4BB41. Grayscale: #494949. Windows color (decimal): -13941570 or 12469291. OLE color: 12469291.
HSL color Cylindrical-coordinate representation of color #2B44BE: hue angle of 229.8º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B44BE is Cyan = 0.77, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 68 | 190 | - |
| CMYK | 0.77 | 0.64 | 0 | 0.25 |
| HSL | 229.8º | 0.63% | 0.46% | - |
| HSV(B) | 229.8º | 0.77% | 0.75% | - |
| XYZ | 12.36 | 8.37 | 49.68 | - |
| YUV | 74.43 | 193.22 | 105.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 68 | 190 | 0.77 | 0.64 | 0 | 0.25 | 229.8 | 0.63 | 0.46 |
| Hex | 2B | 44 | BE | 4D | 40 | 0 | 19 | E6 | 3F | 2E |
| Octal | 53 | 104 | 276 | 115 | 100 | 0 | 31 | 346 | 77 | 56 |
| Binary | 101011 | 1000100 | 10111110 | 1001101 | 1000000 | 0 | 11001 | 11100110 | 111111 | 101110 |
Color Harmonies of #2B44BE
Complementary color
Monochromatic Colors of #2B44BE
Black with #2B44BE
Text Example
Text Example
White with #2B44BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B44BE; }
p { color: rgb(43,68,190); }
H1.HeaderClassName
{
color: #2B44BE;
}
.AnyTagClassName
{
color: #2B44BE;
}
</style>
background-color css
<style>
a { background-color: #2B44BE; }
a { background-color: rgb(43,68,190); }
div.DivClassName
{
background-color: #2B44BE;
}
.BgClassName
{
background-color: #2B44BE;
}
</style>
border-color css
<style>
span { border-color: #2B44BE; }
span { border-color: rgb(43,68,190); }
td.TdClassName
{
border-color: #2B44BE;
}
.TagClassName
{
border-color: #2B44BE;
}
</style>