Shades of Cerulean Blue #2B4CC2
Tints of Cerulean Blue #2B4CC2
RGB
CMYK
RGB Variations
Color information
#2B4CC2 (or 0x2B4CC2) is known color: Cerulean Blue. HEX triplet: 2B, 4C and C2. RGB value is (43,76,194). Sum of RGB (Red+Green+Blue) = 43+76+194=313 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.74% from 313); Green value is 76 (30.08% from 255 or 24.28% from 313); Blue value is 194 (76.17% from 255 or 61.98% from 313); Max value from RGB is 194 - color contains mainly: blue. Hex color #2B4CC2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B4CC2 is #D4B33D. Grayscale: #4F4F4F. Windows color (decimal): -13939518 or 12733483. OLE color: 12733483.
HSL color Cylindrical-coordinate representation of color #2B4CC2: hue angle of 226.89º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2B4CC2 is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 76 | 194 | - |
| CMYK | 0.78 | 0.61 | 0 | 0.24 |
| HSL | 226.89º | 0.64% | 0.46% | - |
| HSV(B) | 226.89º | 0.78% | 0.76% | - |
| XYZ | 13.32 | 9.58 | 52.19 | - |
| YUV | 79.59 | 192.57 | 101.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 76 | 194 | 0.78 | 0.61 | 0 | 0.24 | 226.89 | 0.64 | 0.46 |
| Hex | 2B | 4C | C2 | 4E | 3D | 0 | 18 | E3 | 40 | 2E |
| Octal | 53 | 114 | 302 | 116 | 75 | 0 | 30 | 343 | 100 | 56 |
| Binary | 101011 | 1001100 | 11000010 | 1001110 | 111101 | 0 | 11000 | 11100011 | 1000000 | 101110 |
Color Harmonies of #2B4CC2
Complementary color
Monochromatic Colors of #2B4CC2
Black with #2B4CC2
Text Example
Text Example
White with #2B4CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4CC2; }
p { color: rgb(43,76,194); }
H1.HeaderClassName
{
color: #2B4CC2;
}
.AnyTagClassName
{
color: #2B4CC2;
}
</style>
background-color css
<style>
a { background-color: #2B4CC2; }
a { background-color: rgb(43,76,194); }
div.DivClassName
{
background-color: #2B4CC2;
}
.BgClassName
{
background-color: #2B4CC2;
}
</style>
border-color css
<style>
span { border-color: #2B4CC2; }
span { border-color: rgb(43,76,194); }
td.TdClassName
{
border-color: #2B4CC2;
}
.TagClassName
{
border-color: #2B4CC2;
}
</style>