Shades of Cerulean Blue #2948BC
Tints of Cerulean Blue #2948BC
RGB
CMYK
RGB Variations
Color information
#2948BC (or 0x2948BC) is known color: Cerulean Blue. HEX triplet: 29, 48 and BC. RGB value is (41,72,188). Sum of RGB (Red+Green+Blue) = 41+72+188=301 (39% of max value = 765). Red value is 41 (16.41% from 255 or 13.62% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 188 (73.83% from 255 or 62.46% from 301); Max value from RGB is 188 - color contains mainly: blue. Hex color #2948BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2948BC is #D6B743. Grayscale: #4B4B4B. Windows color (decimal): -14071620 or 12339241. OLE color: 12339241.
HSL color Cylindrical-coordinate representation of color #2948BC: hue angle of 227.35º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2948BC is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 72 | 188 | - |
| CMYK | 0.78 | 0.62 | 0 | 0.26 |
| HSL | 227.35º | 0.64% | 0.45% | - |
| HSV(B) | 227.35º | 0.78% | 0.74% | - |
| XYZ | 12.31 | 8.74 | 48.61 | - |
| YUV | 75.96 | 191.23 | 103.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 72 | 188 | 0.78 | 0.62 | 0 | 0.26 | 227.35 | 0.64 | 0.45 |
| Hex | 29 | 48 | BC | 4E | 3E | 0 | 1A | E3 | 40 | 2D |
| Octal | 51 | 110 | 274 | 116 | 76 | 0 | 32 | 343 | 100 | 55 |
| Binary | 101001 | 1001000 | 10111100 | 1001110 | 111110 | 0 | 11010 | 11100011 | 1000000 | 101101 |
Color Harmonies of #2948BC
Complementary color
Monochromatic Colors of #2948BC
Black with #2948BC
Text Example
Text Example
White with #2948BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2948BC; }
p { color: rgb(41,72,188); }
H1.HeaderClassName
{
color: #2948BC;
}
.AnyTagClassName
{
color: #2948BC;
}
</style>
background-color css
<style>
a { background-color: #2948BC; }
a { background-color: rgb(41,72,188); }
div.DivClassName
{
background-color: #2948BC;
}
.BgClassName
{
background-color: #2948BC;
}
</style>
border-color css
<style>
span { border-color: #2948BC; }
span { border-color: rgb(41,72,188); }
td.TdClassName
{
border-color: #2948BC;
}
.TagClassName
{
border-color: #2948BC;
}
</style>