Shades of Cerulean Blue #2D61CB
Tints of Cerulean Blue #2D61CB
RGB
CMYK
RGB Variations
Color information
#2D61CB (or 0x2D61CB) is known color: Cerulean Blue. HEX triplet: 2D, 61 and CB. RGB value is (45,97,203). Sum of RGB (Red+Green+Blue) = 45+97+203=345 (45% of max value = 765). Red value is 45 (17.97% from 255 or 13.04% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 203 (79.69% from 255 or 58.84% from 345); Max value from RGB is 203 - color contains mainly: blue. Hex color #2D61CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D61CB is #D29E34. Grayscale: #5D5D5D. Windows color (decimal): -13803061 or 13328685. OLE color: 13328685.
HSL color Cylindrical-coordinate representation of color #2D61CB: hue angle of 220.25º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2D61CB is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 45 | 97 | 203 | - |
| CMYK | 0.78 | 0.52 | 0 | 0.20 |
| HSL | 220.25º | 0.64% | 0.49% | - |
| HSV(B) | 220.25º | 0.78% | 0.8% | - |
| XYZ | 16.14 | 13.42 | 58.24 | - |
| YUV | 93.54 | 189.77 | 93.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 97 | 203 | 0.78 | 0.52 | 0 | 0.20 | 220.25 | 0.64 | 0.49 |
| Hex | 2D | 61 | CB | 4E | 34 | 0 | 14 | DC | 40 | 31 |
| Octal | 55 | 141 | 313 | 116 | 64 | 0 | 24 | 334 | 100 | 61 |
| Binary | 101101 | 1100001 | 11001011 | 1001110 | 110100 | 0 | 10100 | 11011100 | 1000000 | 110001 |
Color Harmonies of #2D61CB
Complementary color
Monochromatic Colors of #2D61CB
Black with #2D61CB
Text Example
Text Example
White with #2D61CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D61CB; }
p { color: rgb(45,97,203); }
H1.HeaderClassName
{
color: #2D61CB;
}
.AnyTagClassName
{
color: #2D61CB;
}
</style>
background-color css
<style>
a { background-color: #2D61CB; }
a { background-color: rgb(45,97,203); }
div.DivClassName
{
background-color: #2D61CB;
}
.BgClassName
{
background-color: #2D61CB;
}
</style>
border-color css
<style>
span { border-color: #2D61CB; }
span { border-color: rgb(45,97,203); }
td.TdClassName
{
border-color: #2D61CB;
}
.TagClassName
{
border-color: #2D61CB;
}
</style>