Shades of Cerulean Blue #2948A6
Tints of Cerulean Blue #2948A6
RGB
CMYK
RGB Variations
Color information
#2948A6 (or 0x2948A6) is known color: Cerulean Blue. HEX triplet: 29, 48 and A6. RGB value is (41,72,166). Sum of RGB (Red+Green+Blue) = 41+72+166=279 (36% of max value = 765). Red value is 41 (16.41% from 255 or 14.70% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 166 (65.23% from 255 or 59.50% from 279); Max value from RGB is 166 - color contains mainly: blue. Hex color #2948A6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2948A6 is #D6B759. Grayscale: #494949. Windows color (decimal): -14071642 or 10897449. OLE color: 10897449.
HSL color Cylindrical-coordinate representation of color #2948A6: hue angle of 225.12º degrees, saturation: 0.6, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2948A6 is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 41 | 72 | 166 | - |
| CMYK | 0.75 | 0.57 | 0 | 0.35 |
| HSL | 225.12º | 0.6% | 0.41% | - |
| HSV(B) | 225.12º | 0.75% | 0.65% | - |
| XYZ | 10.11 | 7.86 | 37.06 | - |
| YUV | 73.45 | 180.23 | 104.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 72 | 166 | 0.75 | 0.57 | 0 | 0.35 | 225.12 | 0.6 | 0.41 |
| Hex | 29 | 48 | A6 | 4B | 39 | 0 | 23 | E1 | 3C | 29 |
| Octal | 51 | 110 | 246 | 113 | 71 | 0 | 43 | 341 | 74 | 51 |
| Binary | 101001 | 1001000 | 10100110 | 1001011 | 111001 | 0 | 100011 | 11100001 | 111100 | 101001 |
Color Harmonies of #2948A6
Complementary color
Monochromatic Colors of #2948A6
Black with #2948A6
Text Example
Text Example
White with #2948A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2948A6; }
p { color: rgb(41,72,166); }
H1.HeaderClassName
{
color: #2948A6;
}
.AnyTagClassName
{
color: #2948A6;
}
</style>
background-color css
<style>
a { background-color: #2948A6; }
a { background-color: rgb(41,72,166); }
div.DivClassName
{
background-color: #2948A6;
}
.BgClassName
{
background-color: #2948A6;
}
</style>
border-color css
<style>
span { border-color: #2948A6; }
span { border-color: rgb(41,72,166); }
td.TdClassName
{
border-color: #2948A6;
}
.TagClassName
{
border-color: #2948A6;
}
</style>