Shades of Cerulean Blue #284AAA
Tints of Cerulean Blue #284AAA
RGB
CMYK
RGB Variations
Color information
#284AAA (or 0x284AAA) is known color: Cerulean Blue. HEX triplet: 28, 4A and AA. RGB value is (40,74,170). Sum of RGB (Red+Green+Blue) = 40+74+170=284 (37% of max value = 765). Red value is 40 (16.02% from 255 or 14.08% from 284); Green value is 74 (29.30% from 255 or 26.06% from 284); Blue value is 170 (66.80% from 255 or 59.86% from 284); Max value from RGB is 170 - color contains mainly: blue. Hex color #284AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284AAA is #D7B555. Grayscale: #4A4A4A. Windows color (decimal): -14136662 or 11160104. OLE color: 11160104.
HSL color Cylindrical-coordinate representation of color #284AAA: hue angle of 224.31º degrees, saturation: 0.62, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #284AAA is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 74 | 170 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.33 |
| HSL | 224.31º | 0.62% | 0.41% | - |
| HSV(B) | 224.31º | 0.76% | 0.67% | - |
| XYZ | 10.58 | 8.25 | 39.07 | - |
| YUV | 74.78 | 181.74 | 103.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 74 | 170 | 0.76 | 0.56 | 0 | 0.33 | 224.31 | 0.62 | 0.41 |
| Hex | 28 | 4A | AA | 4C | 38 | 0 | 21 | E0 | 3E | 29 |
| Octal | 50 | 112 | 252 | 114 | 70 | 0 | 41 | 340 | 76 | 51 |
| Binary | 101000 | 1001010 | 10101010 | 1001100 | 111000 | 0 | 100001 | 11100000 | 111110 | 101001 |
Color Harmonies of #284AAA
Complementary color
Monochromatic Colors of #284AAA
Black with #284AAA
Text Example
Text Example
White with #284AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #284AAA; }
p { color: rgb(40,74,170); }
H1.HeaderClassName
{
color: #284AAA;
}
.AnyTagClassName
{
color: #284AAA;
}
</style>
background-color css
<style>
a { background-color: #284AAA; }
a { background-color: rgb(40,74,170); }
div.DivClassName
{
background-color: #284AAA;
}
.BgClassName
{
background-color: #284AAA;
}
</style>
border-color css
<style>
span { border-color: #284AAA; }
span { border-color: rgb(40,74,170); }
td.TdClassName
{
border-color: #284AAA;
}
.TagClassName
{
border-color: #284AAA;
}
</style>