Shades of Cerulean Blue #2D61BD
Tints of Cerulean Blue #2D61BD
RGB
CMYK
RGB Variations
Color information
#2D61BD (or 0x2D61BD) is known color: Cerulean Blue. HEX triplet: 2D, 61 and BD. RGB value is (45,97,189). Sum of RGB (Red+Green+Blue) = 45+97+189=331 (43% of max value = 765). Red value is 45 (17.97% from 255 or 13.60% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 189 (74.22% from 255 or 57.10% from 331); Max value from RGB is 189 - color contains mainly: blue. Hex color #2D61BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D61BD is #D29E42. Grayscale: #5B5B5B. Windows color (decimal): -13803075 or 12411181. OLE color: 12411181.
HSL color Cylindrical-coordinate representation of color #2D61BD: hue angle of 218.33º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D61BD is Cyan = 0.76, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 97 | 189 | - |
| CMYK | 0.76 | 0.49 | 0 | 0.26 |
| HSL | 218.33º | 0.62% | 0.46% | - |
| HSV(B) | 218.33º | 0.76% | 0.74% | - |
| XYZ | 14.54 | 12.78 | 49.84 | - |
| YUV | 91.94 | 182.77 | 94.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 97 | 189 | 0.76 | 0.49 | 0 | 0.26 | 218.33 | 0.62 | 0.46 |
| Hex | 2D | 61 | BD | 4C | 31 | 0 | 1A | DA | 3E | 2E |
| Octal | 55 | 141 | 275 | 114 | 61 | 0 | 32 | 332 | 76 | 56 |
| Binary | 101101 | 1100001 | 10111101 | 1001100 | 110001 | 0 | 11010 | 11011010 | 111110 | 101110 |
Color Harmonies of #2D61BD
Complementary color
Monochromatic Colors of #2D61BD
Black with #2D61BD
Text Example
Text Example
White with #2D61BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D61BD; }
p { color: rgb(45,97,189); }
H1.HeaderClassName
{
color: #2D61BD;
}
.AnyTagClassName
{
color: #2D61BD;
}
</style>
background-color css
<style>
a { background-color: #2D61BD; }
a { background-color: rgb(45,97,189); }
div.DivClassName
{
background-color: #2D61BD;
}
.BgClassName
{
background-color: #2D61BD;
}
</style>
border-color css
<style>
span { border-color: #2D61BD; }
span { border-color: rgb(45,97,189); }
td.TdClassName
{
border-color: #2D61BD;
}
.TagClassName
{
border-color: #2D61BD;
}
</style>