Shades of Cerulean Blue #304DB0
Tints of Cerulean Blue #304DB0
RGB
CMYK
RGB Variations
Color information
#304DB0 (or 0x304DB0) is known color: Cerulean Blue. HEX triplet: 30, 4D and B0. RGB value is (48,77,176). Sum of RGB (Red+Green+Blue) = 48+77+176=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 176 (69.14% from 255 or 58.47% from 301); Max value from RGB is 176 - color contains mainly: blue. Hex color #304DB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #304DB0 is #CFB24F. Grayscale: #4F4F4F. Windows color (decimal): -13611600 or 11554096. OLE color: 11554096.
HSL color Cylindrical-coordinate representation of color #304DB0: hue angle of 226.41º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #304DB0 is Cyan = 0.73, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 48 | 77 | 176 | - |
| CMYK | 0.73 | 0.56 | 0 | 0.31 |
| HSL | 226.41º | 0.57% | 0.44% | - |
| HSV(B) | 226.41º | 0.73% | 0.69% | - |
| XYZ | 11.71 | 9.07 | 42.21 | - |
| YUV | 79.62 | 182.39 | 105.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 77 | 176 | 0.73 | 0.56 | 0 | 0.31 | 226.41 | 0.57 | 0.44 |
| Hex | 30 | 4D | B0 | 49 | 38 | 0 | 1F | E2 | 39 | 2C |
| Octal | 60 | 115 | 260 | 111 | 70 | 0 | 37 | 342 | 71 | 54 |
| Binary | 110000 | 1001101 | 10110000 | 1001001 | 111000 | 0 | 11111 | 11100010 | 111001 | 101100 |
Color Harmonies of #304DB0
Complementary color
Monochromatic Colors of #304DB0
Black with #304DB0
Text Example
Text Example
White with #304DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304DB0; }
p { color: rgb(48,77,176); }
H1.HeaderClassName
{
color: #304DB0;
}
.AnyTagClassName
{
color: #304DB0;
}
</style>
background-color css
<style>
a { background-color: #304DB0; }
a { background-color: rgb(48,77,176); }
div.DivClassName
{
background-color: #304DB0;
}
.BgClassName
{
background-color: #304DB0;
}
</style>
border-color css
<style>
span { border-color: #304DB0; }
span { border-color: rgb(48,77,176); }
td.TdClassName
{
border-color: #304DB0;
}
.TagClassName
{
border-color: #304DB0;
}
</style>