Shades of Cerulean Blue #304ABB
Tints of Cerulean Blue #304ABB
RGB
CMYK
RGB Variations
Color information
#304ABB (or 0x304ABB) is known color: Cerulean Blue. HEX triplet: 30, 4A and BB. RGB value is (48,74,187). Sum of RGB (Red+Green+Blue) = 48+74+187=309 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.53% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 187 (73.44% from 255 or 60.52% from 309); Max value from RGB is 187 - color contains mainly: blue. Hex color #304ABB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #304ABB is #CFB544. Grayscale: #4E4E4E. Windows color (decimal): -13612357 or 12274224. OLE color: 12274224.
HSL color Cylindrical-coordinate representation of color #304ABB: hue angle of 228.78º 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 #304ABB is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 48 | 74 | 187 | - |
| CMYK | 0.74 | 0.60 | 0 | 0.27 |
| HSL | 228.78º | 0.59% | 0.46% | - |
| HSV(B) | 228.78º | 0.74% | 0.73% | - |
| XYZ | 12.64 | 9.11 | 48.11 | - |
| YUV | 79.11 | 188.89 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 74 | 187 | 0.74 | 0.60 | 0 | 0.27 | 228.78 | 0.59 | 0.46 |
| Hex | 30 | 4A | BB | 4A | 3C | 0 | 1B | E5 | 3B | 2E |
| Octal | 60 | 112 | 273 | 112 | 74 | 0 | 33 | 345 | 73 | 56 |
| Binary | 110000 | 1001010 | 10111011 | 1001010 | 111100 | 0 | 11011 | 11100101 | 111011 | 101110 |
Color Harmonies of #304ABB
Complementary color
Monochromatic Colors of #304ABB
Black with #304ABB
Text Example
Text Example
White with #304ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304ABB; }
p { color: rgb(48,74,187); }
H1.HeaderClassName
{
color: #304ABB;
}
.AnyTagClassName
{
color: #304ABB;
}
</style>
background-color css
<style>
a { background-color: #304ABB; }
a { background-color: rgb(48,74,187); }
div.DivClassName
{
background-color: #304ABB;
}
.BgClassName
{
background-color: #304ABB;
}
</style>
border-color css
<style>
span { border-color: #304ABB; }
span { border-color: rgb(48,74,187); }
td.TdClassName
{
border-color: #304ABB;
}
.TagClassName
{
border-color: #304ABB;
}
</style>