Shades of Cerulean Blue #304BAC
Tints of Cerulean Blue #304BAC
RGB
CMYK
RGB Variations
Color information
#304BAC (or 0x304BAC) is known color: Cerulean Blue. HEX triplet: 30, 4B and AC. RGB value is (48,75,172). Sum of RGB (Red+Green+Blue) = 48+75+172=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 75 (29.69% from 255 or 25.42% from 295); Blue value is 172 (67.58% from 255 or 58.31% from 295); Max value from RGB is 172 - color contains mainly: blue. Hex color #304BAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304BAC is #CFB453. Grayscale: #4D4D4D. Windows color (decimal): -13612116 or 11291440. OLE color: 11291440.
HSL color Cylindrical-coordinate representation of color #304BAC: hue angle of 226.94º 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 #304BAC is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 48 | 75 | 172 | - |
| CMYK | 0.72 | 0.56 | 0 | 0.33 |
| HSL | 226.94º | 0.56% | 0.43% | - |
| HSV(B) | 226.94º | 0.72% | 0.67% | - |
| XYZ | 11.18 | 8.64 | 40.11 | - |
| YUV | 77.99 | 181.05 | 106.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 75 | 172 | 0.72 | 0.56 | 0 | 0.33 | 226.94 | 0.56 | 0.43 |
| Hex | 30 | 4B | AC | 48 | 38 | 0 | 21 | E3 | 38 | 2B |
| Octal | 60 | 113 | 254 | 110 | 70 | 0 | 41 | 343 | 70 | 53 |
| Binary | 110000 | 1001011 | 10101100 | 1001000 | 111000 | 0 | 100001 | 11100011 | 111000 | 101011 |
Color Harmonies of #304BAC
Complementary color
Monochromatic Colors of #304BAC
Black with #304BAC
Text Example
Text Example
White with #304BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304BAC; }
p { color: rgb(48,75,172); }
H1.HeaderClassName
{
color: #304BAC;
}
.AnyTagClassName
{
color: #304BAC;
}
</style>
background-color css
<style>
a { background-color: #304BAC; }
a { background-color: rgb(48,75,172); }
div.DivClassName
{
background-color: #304BAC;
}
.BgClassName
{
background-color: #304BAC;
}
</style>
border-color css
<style>
span { border-color: #304BAC; }
span { border-color: rgb(48,75,172); }
td.TdClassName
{
border-color: #304BAC;
}
.TagClassName
{
border-color: #304BAC;
}
</style>