Shades of Cerulean Blue #284CAC
Tints of Cerulean Blue #284CAC
RGB
CMYK
RGB Variations
Color information
#284CAC (or 0x284CAC) is known color: Cerulean Blue. HEX triplet: 28, 4C and AC. RGB value is (40,76,172). Sum of RGB (Red+Green+Blue) = 40+76+172=288 (38% of max value = 765). Red value is 40 (16.02% from 255 or 13.89% from 288); Green value is 76 (30.08% from 255 or 26.39% from 288); Blue value is 172 (67.58% from 255 or 59.72% from 288); Max value from RGB is 172 - color contains mainly: blue. Hex color #284CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284CAC is #D7B353. Grayscale: #4B4B4B. Windows color (decimal): -14136148 or 11291688. OLE color: 11291688.
HSL color Cylindrical-coordinate representation of color #284CAC: hue angle of 223.64º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #284CAC is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 76 | 172 | - |
| CMYK | 0.77 | 0.56 | 0 | 0.33 |
| HSL | 223.64º | 0.62% | 0.42% | - |
| HSV(B) | 223.64º | 0.77% | 0.67% | - |
| XYZ | 10.91 | 8.6 | 40.11 | - |
| YUV | 76.18 | 182.07 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 76 | 172 | 0.77 | 0.56 | 0 | 0.33 | 223.64 | 0.62 | 0.42 |
| Hex | 28 | 4C | AC | 4D | 38 | 0 | 21 | E0 | 3E | 2A |
| Octal | 50 | 114 | 254 | 115 | 70 | 0 | 41 | 340 | 76 | 52 |
| Binary | 101000 | 1001100 | 10101100 | 1001101 | 111000 | 0 | 100001 | 11100000 | 111110 | 101010 |
Color Harmonies of #284CAC
Complementary color
Monochromatic Colors of #284CAC
Black with #284CAC
Text Example
Text Example
White with #284CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284CAC; }
p { color: rgb(40,76,172); }
H1.HeaderClassName
{
color: #284CAC;
}
.AnyTagClassName
{
color: #284CAC;
}
</style>
background-color css
<style>
a { background-color: #284CAC; }
a { background-color: rgb(40,76,172); }
div.DivClassName
{
background-color: #284CAC;
}
.BgClassName
{
background-color: #284CAC;
}
</style>
border-color css
<style>
span { border-color: #284CAC; }
span { border-color: rgb(40,76,172); }
td.TdClassName
{
border-color: #284CAC;
}
.TagClassName
{
border-color: #284CAC;
}
</style>