Shades of Cerulean Blue #2C67BF
Tints of Cerulean Blue #2C67BF
RGB
CMYK
RGB Variations
Color information
#2C67BF (or 0x2C67BF) is known color: Cerulean Blue. HEX triplet: 2C, 67 and BF. RGB value is (44,103,191). Sum of RGB (Red+Green+Blue) = 44+103+191=338 (44% of max value = 765). Red value is 44 (17.58% from 255 or 13.02% from 338); Green value is 103 (40.62% from 255 or 30.47% from 338); Blue value is 191 (75% from 255 or 56.51% from 338); Max value from RGB is 191 - color contains mainly: blue. Hex color #2C67BF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C67BF is #D39840. Grayscale: #5E5E5E. Windows color (decimal): -13867073 or 12543788. OLE color: 12543788.
HSL color Cylindrical-coordinate representation of color #2C67BF: hue angle of 215.92º 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 #2C67BF is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 44 | 103 | 191 | - |
| CMYK | 0.77 | 0.46 | 0 | 0.25 |
| HSL | 215.92º | 0.63% | 0.46% | - |
| HSV(B) | 215.92º | 0.77% | 0.75% | - |
| XYZ | 15.29 | 14 | 51.19 | - |
| YUV | 95.39 | 181.95 | 91.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 103 | 191 | 0.77 | 0.46 | 0 | 0.25 | 215.92 | 0.63 | 0.46 |
| Hex | 2C | 67 | BF | 4D | 2E | 0 | 19 | D8 | 3F | 2E |
| Octal | 54 | 147 | 277 | 115 | 56 | 0 | 31 | 330 | 77 | 56 |
| Binary | 101100 | 1100111 | 10111111 | 1001101 | 101110 | 0 | 11001 | 11011000 | 111111 | 101110 |
Color Harmonies of #2C67BF
Complementary color
Monochromatic Colors of #2C67BF
Black with #2C67BF
Text Example
Text Example
White with #2C67BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C67BF; }
p { color: rgb(44,103,191); }
H1.HeaderClassName
{
color: #2C67BF;
}
.AnyTagClassName
{
color: #2C67BF;
}
</style>
background-color css
<style>
a { background-color: #2C67BF; }
a { background-color: rgb(44,103,191); }
div.DivClassName
{
background-color: #2C67BF;
}
.BgClassName
{
background-color: #2C67BF;
}
</style>
border-color css
<style>
span { border-color: #2C67BF; }
span { border-color: rgb(44,103,191); }
td.TdClassName
{
border-color: #2C67BF;
}
.TagClassName
{
border-color: #2C67BF;
}
</style>