Shades of Cerulean Blue #304FAC
Tints of Cerulean Blue #304FAC
RGB
CMYK
RGB Variations
Color information
#304FAC (or 0x304FAC) is known color: Cerulean Blue. HEX triplet: 30, 4F and AC. RGB value is (48,79,172). Sum of RGB (Red+Green+Blue) = 48+79+172=299 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.05% from 299); Green value is 79 (31.25% from 255 or 26.42% from 299); Blue value is 172 (67.58% from 255 or 57.53% from 299); Max value from RGB is 172 - color contains mainly: blue. Hex color #304FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #304FAC is #CFB053. Grayscale: #4F4F4F. Windows color (decimal): -13611092 or 11292464. OLE color: 11292464.
HSL color Cylindrical-coordinate representation of color #304FAC: hue angle of 225º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #304FAC is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 79 | 172 | - |
| CMYK | 0.72 | 0.54 | 0 | 0.33 |
| HSL | 225º | 0.56% | 0.43% | - |
| HSV(B) | 225º | 0.72% | 0.67% | - |
| XYZ | 11.46 | 9.2 | 40.2 | - |
| YUV | 80.33 | 179.73 | 104.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 79 | 172 | 0.72 | 0.54 | 0 | 0.33 | 225 | 0.56 | 0.43 |
| Hex | 30 | 4F | AC | 48 | 36 | 0 | 21 | E1 | 38 | 2B |
| Octal | 60 | 117 | 254 | 110 | 66 | 0 | 41 | 341 | 70 | 53 |
| Binary | 110000 | 1001111 | 10101100 | 1001000 | 110110 | 0 | 100001 | 11100001 | 111000 | 101011 |
Color Harmonies of #304FAC
Complementary color
Monochromatic Colors of #304FAC
Black with #304FAC
Text Example
Text Example
White with #304FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304FAC; }
p { color: rgb(48,79,172); }
H1.HeaderClassName
{
color: #304FAC;
}
.AnyTagClassName
{
color: #304FAC;
}
</style>
background-color css
<style>
a { background-color: #304FAC; }
a { background-color: rgb(48,79,172); }
div.DivClassName
{
background-color: #304FAC;
}
.BgClassName
{
background-color: #304FAC;
}
</style>
border-color css
<style>
span { border-color: #304FAC; }
span { border-color: rgb(48,79,172); }
td.TdClassName
{
border-color: #304FAC;
}
.TagClassName
{
border-color: #304FAC;
}
</style>