Shades of Cerulean Blue #304ABC
Tints of Cerulean Blue #304ABC
RGB
CMYK
RGB Variations
Color information
#304ABC (or 0x304ABC) is known color: Cerulean Blue. HEX triplet: 30, 4A and BC. RGB value is (48,74,188). Sum of RGB (Red+Green+Blue) = 48+74+188=310 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.48% from 310); Green value is 74 (29.30% from 255 or 23.87% from 310); Blue value is 188 (73.83% from 255 or 60.65% from 310); Max value from RGB is 188 - color contains mainly: blue. Hex color #304ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #304ABC is #CFB543. Grayscale: #4E4E4E. Windows color (decimal): -13612356 or 12339760. OLE color: 12339760.
HSL color Cylindrical-coordinate representation of color #304ABC: hue angle of 228.86º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #304ABC is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 74 | 188 | - |
| CMYK | 0.74 | 0.61 | 0 | 0.26 |
| HSL | 228.86º | 0.59% | 0.46% | - |
| HSV(B) | 228.86º | 0.74% | 0.74% | - |
| XYZ | 12.74 | 9.16 | 48.67 | - |
| YUV | 79.22 | 189.39 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 74 | 188 | 0.74 | 0.61 | 0 | 0.26 | 228.86 | 0.59 | 0.46 |
| Hex | 30 | 4A | BC | 4A | 3D | 0 | 1A | E5 | 3B | 2E |
| Octal | 60 | 112 | 274 | 112 | 75 | 0 | 32 | 345 | 73 | 56 |
| Binary | 110000 | 1001010 | 10111100 | 1001010 | 111101 | 0 | 11010 | 11100101 | 111011 | 101110 |
Color Harmonies of #304ABC
Complementary color
Monochromatic Colors of #304ABC
Black with #304ABC
Text Example
Text Example
White with #304ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304ABC; }
p { color: rgb(48,74,188); }
H1.HeaderClassName
{
color: #304ABC;
}
.AnyTagClassName
{
color: #304ABC;
}
</style>
background-color css
<style>
a { background-color: #304ABC; }
a { background-color: rgb(48,74,188); }
div.DivClassName
{
background-color: #304ABC;
}
.BgClassName
{
background-color: #304ABC;
}
</style>
border-color css
<style>
span { border-color: #304ABC; }
span { border-color: rgb(48,74,188); }
td.TdClassName
{
border-color: #304ABC;
}
.TagClassName
{
border-color: #304ABC;
}
</style>