Shades of Cerulean Blue #2948C8
Tints of Cerulean Blue #2948C8
RGB
CMYK
RGB Variations
Color information
#2948C8 (or 0x2948C8) is known color: Cerulean Blue. HEX triplet: 29, 48 and C8. RGB value is (41,72,200). Sum of RGB (Red+Green+Blue) = 41+72+200=313 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.10% from 313); Green value is 72 (28.52% from 255 or 23.00% from 313); Blue value is 200 (78.52% from 255 or 63.90% from 313); Max value from RGB is 200 - color contains mainly: blue. Hex color #2948C8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2948C8 is #D6B737. Grayscale: #4C4C4C. Windows color (decimal): -14071608 or 13125673. OLE color: 13125673.
HSL color Cylindrical-coordinate representation of color #2948C8: hue angle of 228.3º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2948C8 is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 41 | 72 | 200 | - |
| CMYK | 0.80 | 0.64 | 0 | 0.22 |
| HSL | 228.3º | 0.66% | 0.47% | - |
| HSV(B) | 228.3º | 0.8% | 0.78% | - |
| XYZ | 13.66 | 9.28 | 55.71 | - |
| YUV | 77.32 | 197.23 | 102.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 72 | 200 | 0.80 | 0.64 | 0 | 0.22 | 228.3 | 0.66 | 0.47 |
| Hex | 29 | 48 | C8 | 50 | 40 | 0 | 16 | E4 | 42 | 2F |
| Octal | 51 | 110 | 310 | 120 | 100 | 0 | 26 | 344 | 102 | 57 |
| Binary | 101001 | 1001000 | 11001000 | 1010000 | 1000000 | 0 | 10110 | 11100100 | 1000010 | 101111 |
Color Harmonies of #2948C8
Complementary color
Monochromatic Colors of #2948C8
Black with #2948C8
Text Example
Text Example
White with #2948C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2948C8; }
p { color: rgb(41,72,200); }
H1.HeaderClassName
{
color: #2948C8;
}
.AnyTagClassName
{
color: #2948C8;
}
</style>
background-color css
<style>
a { background-color: #2948C8; }
a { background-color: rgb(41,72,200); }
div.DivClassName
{
background-color: #2948C8;
}
.BgClassName
{
background-color: #2948C8;
}
</style>
border-color css
<style>
span { border-color: #2948C8; }
span { border-color: rgb(41,72,200); }
td.TdClassName
{
border-color: #2948C8;
}
.TagClassName
{
border-color: #2948C8;
}
</style>