Shades of Cerulean Blue #304DC2
Tints of Cerulean Blue #304DC2
RGB
CMYK
RGB Variations
Color information
#304DC2 (or 0x304DC2) is known color: Cerulean Blue. HEX triplet: 30, 4D and C2. RGB value is (48,77,194). Sum of RGB (Red+Green+Blue) = 48+77+194=319 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15.05% from 319); Green value is 77 (30.47% from 255 or 24.14% from 319); Blue value is 194 (76.17% from 255 or 60.82% from 319); Max value from RGB is 194 - color contains mainly: blue. Hex color #304DC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304DC2 is #CFB23D. Grayscale: #515151. Windows color (decimal): -13611582 or 12733744. OLE color: 12733744.
HSL color Cylindrical-coordinate representation of color #304DC2: hue angle of 228.08º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #304DC2 is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 48 | 77 | 194 | - |
| CMYK | 0.75 | 0.60 | 0 | 0.24 |
| HSL | 228.08º | 0.6% | 0.47% | - |
| HSV(B) | 228.08º | 0.75% | 0.76% | - |
| XYZ | 13.61 | 9.83 | 52.22 | - |
| YUV | 81.67 | 191.39 | 103.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 77 | 194 | 0.75 | 0.60 | 0 | 0.24 | 228.08 | 0.6 | 0.47 |
| Hex | 30 | 4D | C2 | 4B | 3C | 0 | 18 | E4 | 3C | 2F |
| Octal | 60 | 115 | 302 | 113 | 74 | 0 | 30 | 344 | 74 | 57 |
| Binary | 110000 | 1001101 | 11000010 | 1001011 | 111100 | 0 | 11000 | 11100100 | 111100 | 101111 |
Color Harmonies of #304DC2
Complementary color
Monochromatic Colors of #304DC2
Black with #304DC2
Text Example
Text Example
White with #304DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304DC2; }
p { color: rgb(48,77,194); }
H1.HeaderClassName
{
color: #304DC2;
}
.AnyTagClassName
{
color: #304DC2;
}
</style>
background-color css
<style>
a { background-color: #304DC2; }
a { background-color: rgb(48,77,194); }
div.DivClassName
{
background-color: #304DC2;
}
.BgClassName
{
background-color: #304DC2;
}
</style>
border-color css
<style>
span { border-color: #304DC2; }
span { border-color: rgb(48,77,194); }
td.TdClassName
{
border-color: #304DC2;
}
.TagClassName
{
border-color: #304DC2;
}
</style>