Shades of Cerulean Blue #2B61BF
Tints of Cerulean Blue #2B61BF
RGB
CMYK
RGB Variations
Color information
#2B61BF (or 0x2B61BF) is known color: Cerulean Blue. HEX triplet: 2B, 61 and BF. RGB value is (43,97,191). Sum of RGB (Red+Green+Blue) = 43+97+191=331 (43% of max value = 765). Red value is 43 (17.19% from 255 or 12.99% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 191 (75% from 255 or 57.70% from 331); Max value from RGB is 191 - color contains mainly: blue. Hex color #2B61BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B61BF is #D49E40. Grayscale: #5B5B5B. Windows color (decimal): -13934145 or 12542251. OLE color: 12542251.
HSL color Cylindrical-coordinate representation of color #2B61BF: hue angle of 218.11º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B61BF is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 43 | 97 | 191 | - |
| CMYK | 0.77 | 0.49 | 0 | 0.25 |
| HSL | 218.11º | 0.63% | 0.46% | - |
| HSV(B) | 218.11º | 0.77% | 0.75% | - |
| XYZ | 14.67 | 12.82 | 50.99 | - |
| YUV | 91.57 | 184.11 | 93.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 97 | 191 | 0.77 | 0.49 | 0 | 0.25 | 218.11 | 0.63 | 0.46 |
| Hex | 2B | 61 | BF | 4D | 31 | 0 | 19 | DA | 3F | 2E |
| Octal | 53 | 141 | 277 | 115 | 61 | 0 | 31 | 332 | 77 | 56 |
| Binary | 101011 | 1100001 | 10111111 | 1001101 | 110001 | 0 | 11001 | 11011010 | 111111 | 101110 |
Color Harmonies of #2B61BF
Complementary color
Monochromatic Colors of #2B61BF
Black with #2B61BF
Text Example
Text Example
White with #2B61BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B61BF; }
p { color: rgb(43,97,191); }
H1.HeaderClassName
{
color: #2B61BF;
}
.AnyTagClassName
{
color: #2B61BF;
}
</style>
background-color css
<style>
a { background-color: #2B61BF; }
a { background-color: rgb(43,97,191); }
div.DivClassName
{
background-color: #2B61BF;
}
.BgClassName
{
background-color: #2B61BF;
}
</style>
border-color css
<style>
span { border-color: #2B61BF; }
span { border-color: rgb(43,97,191); }
td.TdClassName
{
border-color: #2B61BF;
}
.TagClassName
{
border-color: #2B61BF;
}
</style>