Shades of Cerulean Blue #304BBA
Tints of Cerulean Blue #304BBA
RGB
CMYK
RGB Variations
Color information
#304BBA (or 0x304BBA) is known color: Cerulean Blue. HEX triplet: 30, 4B and BA. RGB value is (48,75,186). Sum of RGB (Red+Green+Blue) = 48+75+186=309 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.53% from 309); Green value is 75 (29.69% from 255 or 24.27% from 309); Blue value is 186 (73.05% from 255 or 60.19% from 309); Max value from RGB is 186 - color contains mainly: blue. Hex color #304BBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #304BBA is #CFB445. Grayscale: #4F4F4F. Windows color (decimal): -13612102 or 12208944. OLE color: 12208944.
HSL color Cylindrical-coordinate representation of color #304BBA: hue angle of 228.26º 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 #304BBA is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 75 | 186 | - |
| CMYK | 0.74 | 0.60 | 0 | 0.27 |
| HSL | 228.26º | 0.59% | 0.46% | - |
| HSV(B) | 228.26º | 0.74% | 0.73% | - |
| XYZ | 12.6 | 9.21 | 47.57 | - |
| YUV | 79.58 | 188.05 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 75 | 186 | 0.74 | 0.60 | 0 | 0.27 | 228.26 | 0.59 | 0.46 |
| Hex | 30 | 4B | BA | 4A | 3C | 0 | 1B | E4 | 3B | 2E |
| Octal | 60 | 113 | 272 | 112 | 74 | 0 | 33 | 344 | 73 | 56 |
| Binary | 110000 | 1001011 | 10111010 | 1001010 | 111100 | 0 | 11011 | 11100100 | 111011 | 101110 |
Color Harmonies of #304BBA
Complementary color
Monochromatic Colors of #304BBA
Black with #304BBA
Text Example
Text Example
White with #304BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304BBA; }
p { color: rgb(48,75,186); }
H1.HeaderClassName
{
color: #304BBA;
}
.AnyTagClassName
{
color: #304BBA;
}
</style>
background-color css
<style>
a { background-color: #304BBA; }
a { background-color: rgb(48,75,186); }
div.DivClassName
{
background-color: #304BBA;
}
.BgClassName
{
background-color: #304BBA;
}
</style>
border-color css
<style>
span { border-color: #304BBA; }
span { border-color: rgb(48,75,186); }
td.TdClassName
{
border-color: #304BBA;
}
.TagClassName
{
border-color: #304BBA;
}
</style>