Shades of Cerulean Blue #2B61C2
Tints of Cerulean Blue #2B61C2
RGB
CMYK
RGB Variations
Color information
#2B61C2 (or 0x2B61C2) is known color: Cerulean Blue. HEX triplet: 2B, 61 and C2. RGB value is (43,97,194). Sum of RGB (Red+Green+Blue) = 43+97+194=334 (44% of max value = 765). Red value is 43 (17.19% from 255 or 12.87% from 334); Green value is 97 (38.28% from 255 or 29.04% from 334); Blue value is 194 (76.17% from 255 or 58.08% from 334); Max value from RGB is 194 - color contains mainly: blue. Hex color #2B61C2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B61C2 is #D49E3D. Grayscale: #5B5B5B. Windows color (decimal): -13934142 or 12738859. OLE color: 12738859.
HSL color Cylindrical-coordinate representation of color #2B61C2: hue angle of 218.54º 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 #2B61C2 is Cyan = 0.78, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 43 | 97 | 194 | - |
| CMYK | 0.78 | 0.50 | 0 | 0.24 |
| HSL | 218.54º | 0.64% | 0.46% | - |
| HSV(B) | 218.54º | 0.78% | 0.76% | - |
| XYZ | 15.01 | 12.96 | 52.75 | - |
| YUV | 91.91 | 185.61 | 93.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 97 | 194 | 0.78 | 0.50 | 0 | 0.24 | 218.54 | 0.64 | 0.46 |
| Hex | 2B | 61 | C2 | 4E | 32 | 0 | 18 | DB | 40 | 2E |
| Octal | 53 | 141 | 302 | 116 | 62 | 0 | 30 | 333 | 100 | 56 |
| Binary | 101011 | 1100001 | 11000010 | 1001110 | 110010 | 0 | 11000 | 11011011 | 1000000 | 101110 |
Color Harmonies of #2B61C2
Complementary color
Monochromatic Colors of #2B61C2
Black with #2B61C2
Text Example
Text Example
White with #2B61C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B61C2; }
p { color: rgb(43,97,194); }
H1.HeaderClassName
{
color: #2B61C2;
}
.AnyTagClassName
{
color: #2B61C2;
}
</style>
background-color css
<style>
a { background-color: #2B61C2; }
a { background-color: rgb(43,97,194); }
div.DivClassName
{
background-color: #2B61C2;
}
.BgClassName
{
background-color: #2B61C2;
}
</style>
border-color css
<style>
span { border-color: #2B61C2; }
span { border-color: rgb(43,97,194); }
td.TdClassName
{
border-color: #2B61C2;
}
.TagClassName
{
border-color: #2B61C2;
}
</style>