Shades of Cerulean Blue #304DB4
Tints of Cerulean Blue #304DB4
RGB
CMYK
RGB Variations
Color information
#304DB4 (or 0x304DB4) is known color: Cerulean Blue. HEX triplet: 30, 4D and B4. RGB value is (48,77,180). Sum of RGB (Red+Green+Blue) = 48+77+180=305 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.74% from 305); Green value is 77 (30.47% from 255 or 25.25% from 305); Blue value is 180 (70.70% from 255 or 59.02% from 305); Max value from RGB is 180 - color contains mainly: blue. Hex color #304DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304DB4 is #CFB24B. Grayscale: #4F4F4F. Windows color (decimal): -13611596 or 11816240. OLE color: 11816240.
HSL color Cylindrical-coordinate representation of color #304DB4: hue angle of 226.82º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #304DB4 is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 48 | 77 | 180 | - |
| CMYK | 0.73 | 0.57 | 0 | 0.29 |
| HSL | 226.82º | 0.58% | 0.45% | - |
| HSV(B) | 226.82º | 0.73% | 0.71% | - |
| XYZ | 12.11 | 9.23 | 44.32 | - |
| YUV | 80.07 | 184.39 | 105.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 77 | 180 | 0.73 | 0.57 | 0 | 0.29 | 226.82 | 0.58 | 0.45 |
| Hex | 30 | 4D | B4 | 49 | 39 | 0 | 1D | E3 | 3A | 2D |
| Octal | 60 | 115 | 264 | 111 | 71 | 0 | 35 | 343 | 72 | 55 |
| Binary | 110000 | 1001101 | 10110100 | 1001001 | 111001 | 0 | 11101 | 11100011 | 111010 | 101101 |
Color Harmonies of #304DB4
Complementary color
Monochromatic Colors of #304DB4
Black with #304DB4
Text Example
Text Example
White with #304DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304DB4; }
p { color: rgb(48,77,180); }
H1.HeaderClassName
{
color: #304DB4;
}
.AnyTagClassName
{
color: #304DB4;
}
</style>
background-color css
<style>
a { background-color: #304DB4; }
a { background-color: rgb(48,77,180); }
div.DivClassName
{
background-color: #304DB4;
}
.BgClassName
{
background-color: #304DB4;
}
</style>
border-color css
<style>
span { border-color: #304DB4; }
span { border-color: rgb(48,77,180); }
td.TdClassName
{
border-color: #304DB4;
}
.TagClassName
{
border-color: #304DB4;
}
</style>