Shades of Cerulean Blue #2846A5
Tints of Cerulean Blue #2846A5
RGB
CMYK
RGB Variations
Color information
#2846A5 (or 0x2846A5) is known color: Cerulean Blue. HEX triplet: 28, 46 and A5. RGB value is (40,70,165). Sum of RGB (Red+Green+Blue) = 40+70+165=275 (36% of max value = 765). Red value is 40 (16.02% from 255 or 14.55% from 275); Green value is 70 (27.73% from 255 or 25.45% from 275); Blue value is 165 (64.84% from 255 or 60% from 275); Max value from RGB is 165 - color contains mainly: blue. Hex color #2846A5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2846A5 is #D7B95A. Grayscale: #474747. Windows color (decimal): -14137691 or 10831400. OLE color: 10831400.
HSL color Cylindrical-coordinate representation of color #2846A5: hue angle of 225.6º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2846A5 is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 40 | 70 | 165 | - |
| CMYK | 0.76 | 0.58 | 0 | 0.35 |
| HSL | 225.6º | 0.61% | 0.4% | - |
| HSV(B) | 225.6º | 0.76% | 0.65% | - |
| XYZ | 9.86 | 7.55 | 36.53 | - |
| YUV | 71.86 | 180.56 | 105.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 70 | 165 | 0.76 | 0.58 | 0 | 0.35 | 225.6 | 0.61 | 0.4 |
| Hex | 28 | 46 | A5 | 4C | 3A | 0 | 23 | E2 | 3D | 28 |
| Octal | 50 | 106 | 245 | 114 | 72 | 0 | 43 | 342 | 75 | 50 |
| Binary | 101000 | 1000110 | 10100101 | 1001100 | 111010 | 0 | 100011 | 11100010 | 111101 | 101000 |
Color Harmonies of #2846A5
Complementary color
Monochromatic Colors of #2846A5
Black with #2846A5
Text Example
Text Example
White with #2846A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2846A5; }
p { color: rgb(40,70,165); }
H1.HeaderClassName
{
color: #2846A5;
}
.AnyTagClassName
{
color: #2846A5;
}
</style>
background-color css
<style>
a { background-color: #2846A5; }
a { background-color: rgb(40,70,165); }
div.DivClassName
{
background-color: #2846A5;
}
.BgClassName
{
background-color: #2846A5;
}
</style>
border-color css
<style>
span { border-color: #2846A5; }
span { border-color: rgb(40,70,165); }
td.TdClassName
{
border-color: #2846A5;
}
.TagClassName
{
border-color: #2846A5;
}
</style>