Shades of Cerulean Blue #2843CC
Tints of Cerulean Blue #2843CC
RGB
CMYK
RGB Variations
Color information
#2843CC (or 0x2843CC) is known color: Cerulean Blue. HEX triplet: 28, 43 and CC. RGB value is (40,67,204). Sum of RGB (Red+Green+Blue) = 40+67+204=311 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.86% from 311); Green value is 67 (26.56% from 255 or 21.54% from 311); Blue value is 204 (80.08% from 255 or 65.59% from 311); Max value from RGB is 204 - color contains mainly: blue. Hex color #2843CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2843CC is #D7BC33. Grayscale: #494949. Windows color (decimal): -14138420 or 13386536. OLE color: 13386536.
HSL color Cylindrical-coordinate representation of color #2843CC: hue angle of 230.12º 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 #2843CC is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 40 | 67 | 204 | - |
| CMYK | 0.80 | 0.67 | 0 | 0.2 |
| HSL | 230.12º | 0.67% | 0.48% | - |
| HSV(B) | 230.12º | 0.8% | 0.8% | - |
| XYZ | 13.78 | 8.83 | 58.1 | - |
| YUV | 74.55 | 201.05 | 103.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 67 | 204 | 0.80 | 0.67 | 0 | 0.2 | 230.12 | 0.67 | 0.48 |
| Hex | 28 | 43 | CC | 50 | 43 | 0 | 14 | E6 | 43 | 30 |
| Octal | 50 | 103 | 314 | 120 | 103 | 0 | 24 | 346 | 103 | 60 |
| Binary | 101000 | 1000011 | 11001100 | 1010000 | 1000011 | 0 | 10100 | 11100110 | 1000011 | 110000 |
Color Harmonies of #2843CC
Complementary color
Monochromatic Colors of #2843CC
Black with #2843CC
Text Example
Text Example
White with #2843CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2843CC; }
p { color: rgb(40,67,204); }
H1.HeaderClassName
{
color: #2843CC;
}
.AnyTagClassName
{
color: #2843CC;
}
</style>
background-color css
<style>
a { background-color: #2843CC; }
a { background-color: rgb(40,67,204); }
div.DivClassName
{
background-color: #2843CC;
}
.BgClassName
{
background-color: #2843CC;
}
</style>
border-color css
<style>
span { border-color: #2843CC; }
span { border-color: rgb(40,67,204); }
td.TdClassName
{
border-color: #2843CC;
}
.TagClassName
{
border-color: #2843CC;
}
</style>