Shades of Cerulean Blue #2948CF
Tints of Cerulean Blue #2948CF
RGB
CMYK
RGB Variations
Color information
#2948CF (or 0x2948CF) is known color: Cerulean Blue. HEX triplet: 29, 48 and CF. RGB value is (41,72,207). Sum of RGB (Red+Green+Blue) = 41+72+207=320 (42% of max value = 765). Red value is 41 (16.41% from 255 or 12.81% from 320); Green value is 72 (28.52% from 255 or 22.5% from 320); Blue value is 207 (81.25% from 255 or 64.69% from 320); Max value from RGB is 207 - color contains mainly: blue. Hex color #2948CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2948CF is #D6B730. Grayscale: #4D4D4D. Windows color (decimal): -14071601 or 13584425. OLE color: 13584425.
HSL color Cylindrical-coordinate representation of color #2948CF: hue angle of 228.8º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2948CF is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 41 | 72 | 207 | - |
| CMYK | 0.80 | 0.65 | 0 | 0.19 |
| HSL | 228.8º | 0.67% | 0.49% | - |
| HSV(B) | 228.8º | 0.8% | 0.81% | - |
| XYZ | 14.49 | 9.61 | 60.12 | - |
| YUV | 78.12 | 200.73 | 101.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 72 | 207 | 0.80 | 0.65 | 0 | 0.19 | 228.8 | 0.67 | 0.49 |
| Hex | 29 | 48 | CF | 50 | 41 | 0 | 13 | E5 | 43 | 31 |
| Octal | 51 | 110 | 317 | 120 | 101 | 0 | 23 | 345 | 103 | 61 |
| Binary | 101001 | 1001000 | 11001111 | 1010000 | 1000001 | 0 | 10011 | 11100101 | 1000011 | 110001 |
Color Harmonies of #2948CF
Complementary color
Monochromatic Colors of #2948CF
Black with #2948CF
Text Example
Text Example
White with #2948CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2948CF; }
p { color: rgb(41,72,207); }
H1.HeaderClassName
{
color: #2948CF;
}
.AnyTagClassName
{
color: #2948CF;
}
</style>
background-color css
<style>
a { background-color: #2948CF; }
a { background-color: rgb(41,72,207); }
div.DivClassName
{
background-color: #2948CF;
}
.BgClassName
{
background-color: #2948CF;
}
</style>
border-color css
<style>
span { border-color: #2948CF; }
span { border-color: rgb(41,72,207); }
td.TdClassName
{
border-color: #2948CF;
}
.TagClassName
{
border-color: #2948CF;
}
</style>