Shades of Cerulean Blue #304DB2
Tints of Cerulean Blue #304DB2
RGB
CMYK
RGB Variations
Color information
#304DB2 (or 0x304DB2) is known color: Cerulean Blue. HEX triplet: 30, 4D and B2. RGB value is (48,77,178). Sum of RGB (Red+Green+Blue) = 48+77+178=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 77 (30.47% from 255 or 25.41% from 303); Blue value is 178 (69.92% from 255 or 58.75% from 303); Max value from RGB is 178 - color contains mainly: blue. Hex color #304DB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #304DB2 is #CFB24D. Grayscale: #4F4F4F. Windows color (decimal): -13611598 or 11685168. OLE color: 11685168.
HSL color Cylindrical-coordinate representation of color #304DB2: hue angle of 226.62º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #304DB2 is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 48 | 77 | 178 | - |
| CMYK | 0.73 | 0.57 | 0 | 0.30 |
| HSL | 226.62º | 0.58% | 0.44% | - |
| HSV(B) | 226.62º | 0.73% | 0.7% | - |
| XYZ | 11.91 | 9.15 | 43.26 | - |
| YUV | 79.84 | 183.39 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 77 | 178 | 0.73 | 0.57 | 0 | 0.30 | 226.62 | 0.58 | 0.44 |
| Hex | 30 | 4D | B2 | 49 | 39 | 0 | 1E | E3 | 3A | 2C |
| Octal | 60 | 115 | 262 | 111 | 71 | 0 | 36 | 343 | 72 | 54 |
| Binary | 110000 | 1001101 | 10110010 | 1001001 | 111001 | 0 | 11110 | 11100011 | 111010 | 101100 |
Color Harmonies of #304DB2
Complementary color
Monochromatic Colors of #304DB2
Black with #304DB2
Text Example
Text Example
White with #304DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304DB2; }
p { color: rgb(48,77,178); }
H1.HeaderClassName
{
color: #304DB2;
}
.AnyTagClassName
{
color: #304DB2;
}
</style>
background-color css
<style>
a { background-color: #304DB2; }
a { background-color: rgb(48,77,178); }
div.DivClassName
{
background-color: #304DB2;
}
.BgClassName
{
background-color: #304DB2;
}
</style>
border-color css
<style>
span { border-color: #304DB2; }
span { border-color: rgb(48,77,178); }
td.TdClassName
{
border-color: #304DB2;
}
.TagClassName
{
border-color: #304DB2;
}
</style>