Shades of Cerulean Blue #2B66BD
Tints of Cerulean Blue #2B66BD
RGB
CMYK
RGB Variations
Color information
#2B66BD (or 0x2B66BD) is known color: Cerulean Blue. HEX triplet: 2B, 66 and BD. RGB value is (43,102,189). Sum of RGB (Red+Green+Blue) = 43+102+189=334 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.87% from 334); Green value is 102 (40.23% from 255 or 30.54% from 334); Blue value is 189 (74.22% from 255 or 56.59% from 334); Max value from RGB is 189 - color contains mainly: blue. Hex color #2B66BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B66BD is #D49942. Grayscale: #5D5D5D. Windows color (decimal): -13932867 or 12412459. OLE color: 12412459.
HSL color Cylindrical-coordinate representation of color #2B66BD: hue angle of 215.75º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B66BD is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 102 | 189 | - |
| CMYK | 0.77 | 0.46 | 0 | 0.26 |
| HSL | 215.75º | 0.63% | 0.45% | - |
| HSV(B) | 215.75º | 0.77% | 0.74% | - |
| XYZ | 14.93 | 13.69 | 50 | - |
| YUV | 94.28 | 181.45 | 91.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 102 | 189 | 0.77 | 0.46 | 0 | 0.26 | 215.75 | 0.63 | 0.45 |
| Hex | 2B | 66 | BD | 4D | 2E | 0 | 1A | D8 | 3F | 2D |
| Octal | 53 | 146 | 275 | 115 | 56 | 0 | 32 | 330 | 77 | 55 |
| Binary | 101011 | 1100110 | 10111101 | 1001101 | 101110 | 0 | 11010 | 11011000 | 111111 | 101101 |
Color Harmonies of #2B66BD
Complementary color
Monochromatic Colors of #2B66BD
Black with #2B66BD
Text Example
Text Example
White with #2B66BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B66BD; }
p { color: rgb(43,102,189); }
H1.HeaderClassName
{
color: #2B66BD;
}
.AnyTagClassName
{
color: #2B66BD;
}
</style>
background-color css
<style>
a { background-color: #2B66BD; }
a { background-color: rgb(43,102,189); }
div.DivClassName
{
background-color: #2B66BD;
}
.BgClassName
{
background-color: #2B66BD;
}
</style>
border-color css
<style>
span { border-color: #2B66BD; }
span { border-color: rgb(43,102,189); }
td.TdClassName
{
border-color: #2B66BD;
}
.TagClassName
{
border-color: #2B66BD;
}
</style>