Shades of Cerulean Blue #2B43DA
Tints of Cerulean Blue #2B43DA
RGB
CMYK
RGB Variations
Color information
#2B43DA (or 0x2B43DA) is known color: Cerulean Blue. HEX triplet: 2B, 43 and DA. RGB value is (43,67,218). Sum of RGB (Red+Green+Blue) = 43+67+218=328 (43% of max value = 765). Red value is 43 (17.19% from 255 or 13.11% from 328); Green value is 67 (26.56% from 255 or 20.43% from 328); Blue value is 218 (85.55% from 255 or 66.46% from 328); Max value from RGB is 218 - color contains mainly: blue. Hex color #2B43DA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B43DA is #D4BC25. Grayscale: #4C4C4C. Windows color (decimal): -13941798 or 14304043. OLE color: 14304043.
HSL color Cylindrical-coordinate representation of color #2B43DA: hue angle of 231.77º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2B43DA is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 43 | 67 | 218 | - |
| CMYK | 0.80 | 0.69 | 0 | 0.15 |
| HSL | 231.77º | 0.7% | 0.51% | - |
| HSV(B) | 231.77º | 0.8% | 0.85% | - |
| XYZ | 15.66 | 9.59 | 67.36 | - |
| YUV | 77.04 | 207.55 | 103.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 67 | 218 | 0.80 | 0.69 | 0 | 0.15 | 231.77 | 0.7 | 0.51 |
| Hex | 2B | 43 | DA | 50 | 45 | 0 | F | E8 | 46 | 33 |
| Octal | 53 | 103 | 332 | 120 | 105 | 0 | 17 | 350 | 106 | 63 |
| Binary | 101011 | 1000011 | 11011010 | 1010000 | 1000101 | 0 | 1111 | 11101000 | 1000110 | 110011 |
Color Harmonies of #2B43DA
Complementary color
Monochromatic Colors of #2B43DA
Black with #2B43DA
Text Example
Text Example
White with #2B43DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B43DA; }
p { color: rgb(43,67,218); }
H1.HeaderClassName
{
color: #2B43DA;
}
.AnyTagClassName
{
color: #2B43DA;
}
</style>
background-color css
<style>
a { background-color: #2B43DA; }
a { background-color: rgb(43,67,218); }
div.DivClassName
{
background-color: #2B43DA;
}
.BgClassName
{
background-color: #2B43DA;
}
</style>
border-color css
<style>
span { border-color: #2B43DA; }
span { border-color: rgb(43,67,218); }
td.TdClassName
{
border-color: #2B43DA;
}
.TagClassName
{
border-color: #2B43DA;
}
</style>