Shades of Cerulean Blue #2849C6
Tints of Cerulean Blue #2849C6
RGB
CMYK
RGB Variations
Color information
#2849C6 (or 0x2849C6) is known color: Cerulean Blue. HEX triplet: 28, 49 and C6. RGB value is (40,73,198). Sum of RGB (Red+Green+Blue) = 40+73+198=311 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.86% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 198 (77.73% from 255 or 63.67% from 311); Max value from RGB is 198 - color contains mainly: blue. Hex color #2849C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2849C6 is #D7B639. Grayscale: #4C4C4C. Windows color (decimal): -14136890 or 12994856. OLE color: 12994856.
HSL color Cylindrical-coordinate representation of color #2849C6: hue angle of 227.47º 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 #2849C6 is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 40 | 73 | 198 | - |
| CMYK | 0.80 | 0.63 | 0 | 0.22 |
| HSL | 227.47º | 0.66% | 0.47% | - |
| HSV(B) | 227.47º | 0.8% | 0.78% | - |
| XYZ | 13.45 | 9.29 | 54.51 | - |
| YUV | 77.38 | 196.07 | 101.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 73 | 198 | 0.80 | 0.63 | 0 | 0.22 | 227.47 | 0.66 | 0.47 |
| Hex | 28 | 49 | C6 | 50 | 3F | 0 | 16 | E3 | 42 | 2F |
| Octal | 50 | 111 | 306 | 120 | 77 | 0 | 26 | 343 | 102 | 57 |
| Binary | 101000 | 1001001 | 11000110 | 1010000 | 111111 | 0 | 10110 | 11100011 | 1000010 | 101111 |
Color Harmonies of #2849C6
Complementary color
Monochromatic Colors of #2849C6
Black with #2849C6
Text Example
Text Example
White with #2849C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2849C6; }
p { color: rgb(40,73,198); }
H1.HeaderClassName
{
color: #2849C6;
}
.AnyTagClassName
{
color: #2849C6;
}
</style>
background-color css
<style>
a { background-color: #2849C6; }
a { background-color: rgb(40,73,198); }
div.DivClassName
{
background-color: #2849C6;
}
.BgClassName
{
background-color: #2849C6;
}
</style>
border-color css
<style>
span { border-color: #2849C6; }
span { border-color: rgb(40,73,198); }
td.TdClassName
{
border-color: #2849C6;
}
.TagClassName
{
border-color: #2849C6;
}
</style>