Shades of Cerulean Blue #2843CD
Tints of Cerulean Blue #2843CD
RGB
CMYK
RGB Variations
Color information
#2843CD (or 0x2843CD) is known color: Cerulean Blue. HEX triplet: 28, 43 and CD. RGB value is (40,67,205). Sum of RGB (Red+Green+Blue) = 40+67+205=312 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.82% from 312); Green value is 67 (26.56% from 255 or 21.47% from 312); Blue value is 205 (80.47% from 255 or 65.71% from 312); Max value from RGB is 205 - color contains mainly: blue. Hex color #2843CD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2843CD is #D7BC32. Grayscale: #4A4A4A. Windows color (decimal): -14138419 or 13452072. OLE color: 13452072.
HSL color Cylindrical-coordinate representation of color #2843CD: hue angle of 230.18º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2843CD is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 40 | 67 | 205 | - |
| CMYK | 0.80 | 0.67 | 0 | 0.20 |
| HSL | 230.18º | 0.67% | 0.48% | - |
| HSV(B) | 230.18º | 0.8% | 0.8% | - |
| XYZ | 13.9 | 8.87 | 58.74 | - |
| YUV | 74.66 | 201.55 | 103.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 67 | 205 | 0.80 | 0.67 | 0 | 0.20 | 230.18 | 0.67 | 0.48 |
| Hex | 28 | 43 | CD | 50 | 43 | 0 | 14 | E6 | 43 | 30 |
| Octal | 50 | 103 | 315 | 120 | 103 | 0 | 24 | 346 | 103 | 60 |
| Binary | 101000 | 1000011 | 11001101 | 1010000 | 1000011 | 0 | 10100 | 11100110 | 1000011 | 110000 |
Color Harmonies of #2843CD
Complementary color
Monochromatic Colors of #2843CD
Black with #2843CD
Text Example
Text Example
White with #2843CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2843CD; }
p { color: rgb(40,67,205); }
H1.HeaderClassName
{
color: #2843CD;
}
.AnyTagClassName
{
color: #2843CD;
}
</style>
background-color css
<style>
a { background-color: #2843CD; }
a { background-color: rgb(40,67,205); }
div.DivClassName
{
background-color: #2843CD;
}
.BgClassName
{
background-color: #2843CD;
}
</style>
border-color css
<style>
span { border-color: #2843CD; }
span { border-color: rgb(40,67,205); }
td.TdClassName
{
border-color: #2843CD;
}
.TagClassName
{
border-color: #2843CD;
}
</style>