Shades of Cerulean Blue #304FB1
Tints of Cerulean Blue #304FB1
RGB
CMYK
RGB Variations
Color information
#304FB1 (or 0x304FB1) is known color: Cerulean Blue. HEX triplet: 30, 4F and B1. RGB value is (48,79,177). Sum of RGB (Red+Green+Blue) = 48+79+177=304 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.79% from 304); Green value is 79 (31.25% from 255 or 25.99% from 304); Blue value is 177 (69.53% from 255 or 58.22% from 304); Max value from RGB is 177 - color contains mainly: blue. Hex color #304FB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #304FB1 is #CFB04E. Grayscale: #505050. Windows color (decimal): -13611087 or 11620144. OLE color: 11620144.
HSL color Cylindrical-coordinate representation of color #304FB1: hue angle of 225.58º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #304FB1 is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 79 | 177 | - |
| CMYK | 0.73 | 0.55 | 0 | 0.31 |
| HSL | 225.58º | 0.57% | 0.44% | - |
| HSV(B) | 225.58º | 0.73% | 0.69% | - |
| XYZ | 11.95 | 9.39 | 42.78 | - |
| YUV | 80.9 | 182.23 | 104.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 79 | 177 | 0.73 | 0.55 | 0 | 0.31 | 225.58 | 0.57 | 0.44 |
| Hex | 30 | 4F | B1 | 49 | 37 | 0 | 1F | E2 | 39 | 2C |
| Octal | 60 | 117 | 261 | 111 | 67 | 0 | 37 | 342 | 71 | 54 |
| Binary | 110000 | 1001111 | 10110001 | 1001001 | 110111 | 0 | 11111 | 11100010 | 111001 | 101100 |
Color Harmonies of #304FB1
Complementary color
Monochromatic Colors of #304FB1
Black with #304FB1
Text Example
Text Example
White with #304FB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304FB1; }
p { color: rgb(48,79,177); }
H1.HeaderClassName
{
color: #304FB1;
}
.AnyTagClassName
{
color: #304FB1;
}
</style>
background-color css
<style>
a { background-color: #304FB1; }
a { background-color: rgb(48,79,177); }
div.DivClassName
{
background-color: #304FB1;
}
.BgClassName
{
background-color: #304FB1;
}
</style>
border-color css
<style>
span { border-color: #304FB1; }
span { border-color: rgb(48,79,177); }
td.TdClassName
{
border-color: #304FB1;
}
.TagClassName
{
border-color: #304FB1;
}
</style>