Shades of Cerulean Blue #2B42CE
Tints of Cerulean Blue #2B42CE
RGB
CMYK
RGB Variations
Color information
#2B42CE (or 0x2B42CE) is known color: Cerulean Blue. HEX triplet: 2B, 42 and CE. RGB value is (43,66,206). Sum of RGB (Red+Green+Blue) = 43+66+206=315 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.65% from 315); Green value is 66 (26.17% from 255 or 20.95% from 315); Blue value is 206 (80.86% from 255 or 65.40% from 315); Max value from RGB is 206 - color contains mainly: blue. Hex color #2B42CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2B42CE is #D4BD31. Grayscale: #4A4A4A. Windows color (decimal): -13942066 or 13517355. OLE color: 13517355.
HSL color Cylindrical-coordinate representation of color #2B42CE: hue angle of 231.53º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2B42CE is Cyan = 0.79, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 43 | 66 | 206 | - |
| CMYK | 0.79 | 0.68 | 0 | 0.19 |
| HSL | 231.53º | 0.65% | 0.49% | - |
| HSV(B) | 231.53º | 0.79% | 0.81% | - |
| XYZ | 14.09 | 8.87 | 59.36 | - |
| YUV | 75.08 | 201.88 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 66 | 206 | 0.79 | 0.68 | 0 | 0.19 | 231.53 | 0.65 | 0.49 |
| Hex | 2B | 42 | CE | 4F | 44 | 0 | 13 | E8 | 41 | 31 |
| Octal | 53 | 102 | 316 | 117 | 104 | 0 | 23 | 350 | 101 | 61 |
| Binary | 101011 | 1000010 | 11001110 | 1001111 | 1000100 | 0 | 10011 | 11101000 | 1000001 | 110001 |
Color Harmonies of #2B42CE
Complementary color
Monochromatic Colors of #2B42CE
Black with #2B42CE
Text Example
Text Example
White with #2B42CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B42CE; }
p { color: rgb(43,66,206); }
H1.HeaderClassName
{
color: #2B42CE;
}
.AnyTagClassName
{
color: #2B42CE;
}
</style>
background-color css
<style>
a { background-color: #2B42CE; }
a { background-color: rgb(43,66,206); }
div.DivClassName
{
background-color: #2B42CE;
}
.BgClassName
{
background-color: #2B42CE;
}
</style>
border-color css
<style>
span { border-color: #2B42CE; }
span { border-color: rgb(43,66,206); }
td.TdClassName
{
border-color: #2B42CE;
}
.TagClassName
{
border-color: #2B42CE;
}
</style>