Shades of Cerulean Blue #2C61BD
Tints of Cerulean Blue #2C61BD
RGB
CMYK
RGB Variations
Color information
#2C61BD (or 0x2C61BD) is known color: Cerulean Blue. HEX triplet: 2C, 61 and BD. RGB value is (44,97,189). Sum of RGB (Red+Green+Blue) = 44+97+189=330 (43% of max value = 765). Red value is 44 (17.58% from 255 or 13.33% from 330); Green value is 97 (38.28% from 255 or 29.39% from 330); Blue value is 189 (74.22% from 255 or 57.27% from 330); Max value from RGB is 189 - color contains mainly: blue. Hex color #2C61BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C61BD is #D39E42. Grayscale: #5B5B5B. Windows color (decimal): -13868611 or 12411180. OLE color: 12411180.
HSL color Cylindrical-coordinate representation of color #2C61BD: hue angle of 218.07º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C61BD is Cyan = 0.77, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 44 | 97 | 189 | - |
| CMYK | 0.77 | 0.49 | 0 | 0.26 |
| HSL | 218.07º | 0.62% | 0.46% | - |
| HSV(B) | 218.07º | 0.77% | 0.74% | - |
| XYZ | 14.5 | 12.76 | 49.84 | - |
| YUV | 91.64 | 182.94 | 94.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 97 | 189 | 0.77 | 0.49 | 0 | 0.26 | 218.07 | 0.62 | 0.46 |
| Hex | 2C | 61 | BD | 4D | 31 | 0 | 1A | DA | 3E | 2E |
| Octal | 54 | 141 | 275 | 115 | 61 | 0 | 32 | 332 | 76 | 56 |
| Binary | 101100 | 1100001 | 10111101 | 1001101 | 110001 | 0 | 11010 | 11011010 | 111110 | 101110 |
Color Harmonies of #2C61BD
Complementary color
Monochromatic Colors of #2C61BD
Black with #2C61BD
Text Example
Text Example
White with #2C61BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C61BD; }
p { color: rgb(44,97,189); }
H1.HeaderClassName
{
color: #2C61BD;
}
.AnyTagClassName
{
color: #2C61BD;
}
</style>
background-color css
<style>
a { background-color: #2C61BD; }
a { background-color: rgb(44,97,189); }
div.DivClassName
{
background-color: #2C61BD;
}
.BgClassName
{
background-color: #2C61BD;
}
</style>
border-color css
<style>
span { border-color: #2C61BD; }
span { border-color: rgb(44,97,189); }
td.TdClassName
{
border-color: #2C61BD;
}
.TagClassName
{
border-color: #2C61BD;
}
</style>