Shades of Cerulean Blue #304CBB
Tints of Cerulean Blue #304CBB
RGB
CMYK
RGB Variations
Color information
#304CBB (or 0x304CBB) is known color: Cerulean Blue. HEX triplet: 30, 4C and BB. RGB value is (48,76,187). Sum of RGB (Red+Green+Blue) = 48+76+187=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 76 (30.08% from 255 or 24.44% from 311); Blue value is 187 (73.44% from 255 or 60.13% from 311); Max value from RGB is 187 - color contains mainly: blue. Hex color #304CBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #304CBB is #CFB344. Grayscale: #4F4F4F. Windows color (decimal): -13611845 or 12274736. OLE color: 12274736.
HSL color Cylindrical-coordinate representation of color #304CBB: hue angle of 227.91º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #304CBB is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 76 | 187 | - |
| CMYK | 0.74 | 0.59 | 0 | 0.27 |
| HSL | 227.91º | 0.59% | 0.46% | - |
| HSV(B) | 227.91º | 0.74% | 0.73% | - |
| XYZ | 12.77 | 9.39 | 48.15 | - |
| YUV | 80.28 | 188.22 | 104.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 76 | 187 | 0.74 | 0.59 | 0 | 0.27 | 227.91 | 0.59 | 0.46 |
| Hex | 30 | 4C | BB | 4A | 3B | 0 | 1B | E4 | 3B | 2E |
| Octal | 60 | 114 | 273 | 112 | 73 | 0 | 33 | 344 | 73 | 56 |
| Binary | 110000 | 1001100 | 10111011 | 1001010 | 111011 | 0 | 11011 | 11100100 | 111011 | 101110 |
Color Harmonies of #304CBB
Complementary color
Monochromatic Colors of #304CBB
Black with #304CBB
Text Example
Text Example
White with #304CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304CBB; }
p { color: rgb(48,76,187); }
H1.HeaderClassName
{
color: #304CBB;
}
.AnyTagClassName
{
color: #304CBB;
}
</style>
background-color css
<style>
a { background-color: #304CBB; }
a { background-color: rgb(48,76,187); }
div.DivClassName
{
background-color: #304CBB;
}
.BgClassName
{
background-color: #304CBB;
}
</style>
border-color css
<style>
span { border-color: #304CBB; }
span { border-color: rgb(48,76,187); }
td.TdClassName
{
border-color: #304CBB;
}
.TagClassName
{
border-color: #304CBB;
}
</style>