Shades of Cerulean Blue #304CA9
Tints of Cerulean Blue #304CA9
RGB
CMYK
RGB Variations
Color information
#304CA9 (or 0x304CA9) is known color: Cerulean Blue. HEX triplet: 30, 4C and A9. RGB value is (48,76,169). Sum of RGB (Red+Green+Blue) = 48+76+169=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 76 (30.08% from 255 or 25.94% from 293); Blue value is 169 (66.41% from 255 or 57.68% from 293); Max value from RGB is 169 - color contains mainly: blue. Hex color #304CA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304CA9 is #CFB356. Grayscale: #4D4D4D. Windows color (decimal): -13611863 or 11095088. OLE color: 11095088.
HSL color Cylindrical-coordinate representation of color #304CA9: hue angle of 226.12º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #304CA9 is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 48 | 76 | 169 | - |
| CMYK | 0.72 | 0.55 | 0 | 0.34 |
| HSL | 226.12º | 0.56% | 0.43% | - |
| HSV(B) | 226.12º | 0.72% | 0.66% | - |
| XYZ | 10.96 | 8.66 | 38.63 | - |
| YUV | 78.23 | 179.22 | 106.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 76 | 169 | 0.72 | 0.55 | 0 | 0.34 | 226.12 | 0.56 | 0.43 |
| Hex | 30 | 4C | A9 | 48 | 37 | 0 | 22 | E2 | 38 | 2B |
| Octal | 60 | 114 | 251 | 110 | 67 | 0 | 42 | 342 | 70 | 53 |
| Binary | 110000 | 1001100 | 10101001 | 1001000 | 110111 | 0 | 100010 | 11100010 | 111000 | 101011 |
Color Harmonies of #304CA9
Complementary color
Monochromatic Colors of #304CA9
Black with #304CA9
Text Example
Text Example
White with #304CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304CA9; }
p { color: rgb(48,76,169); }
H1.HeaderClassName
{
color: #304CA9;
}
.AnyTagClassName
{
color: #304CA9;
}
</style>
background-color css
<style>
a { background-color: #304CA9; }
a { background-color: rgb(48,76,169); }
div.DivClassName
{
background-color: #304CA9;
}
.BgClassName
{
background-color: #304CA9;
}
</style>
border-color css
<style>
span { border-color: #304CA9; }
span { border-color: rgb(48,76,169); }
td.TdClassName
{
border-color: #304CA9;
}
.TagClassName
{
border-color: #304CA9;
}
</style>