Shades of Cerulean Blue #304DB6
Tints of Cerulean Blue #304DB6
RGB
CMYK
RGB Variations
Color information
#304DB6 (or 0x304DB6) is known color: Cerulean Blue. HEX triplet: 30, 4D and B6. RGB value is (48,77,182). Sum of RGB (Red+Green+Blue) = 48+77+182=307 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.64% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 182 (71.48% from 255 or 59.28% from 307); Max value from RGB is 182 - color contains mainly: blue. Hex color #304DB6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304DB6 is #CFB249. Grayscale: #4F4F4F. Windows color (decimal): -13611594 or 11947312. OLE color: 11947312.
HSL color Cylindrical-coordinate representation of color #304DB6: hue angle of 227.01º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #304DB6 is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 48 | 77 | 182 | - |
| CMYK | 0.74 | 0.58 | 0 | 0.29 |
| HSL | 227.01º | 0.58% | 0.45% | - |
| HSV(B) | 227.01º | 0.74% | 0.71% | - |
| XYZ | 12.32 | 9.31 | 45.4 | - |
| YUV | 80.3 | 185.39 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 77 | 182 | 0.74 | 0.58 | 0 | 0.29 | 227.01 | 0.58 | 0.45 |
| Hex | 30 | 4D | B6 | 4A | 3A | 0 | 1D | E3 | 3A | 2D |
| Octal | 60 | 115 | 266 | 112 | 72 | 0 | 35 | 343 | 72 | 55 |
| Binary | 110000 | 1001101 | 10110110 | 1001010 | 111010 | 0 | 11101 | 11100011 | 111010 | 101101 |
Color Harmonies of #304DB6
Complementary color
Monochromatic Colors of #304DB6
Black with #304DB6
Text Example
Text Example
White with #304DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304DB6; }
p { color: rgb(48,77,182); }
H1.HeaderClassName
{
color: #304DB6;
}
.AnyTagClassName
{
color: #304DB6;
}
</style>
background-color css
<style>
a { background-color: #304DB6; }
a { background-color: rgb(48,77,182); }
div.DivClassName
{
background-color: #304DB6;
}
.BgClassName
{
background-color: #304DB6;
}
</style>
border-color css
<style>
span { border-color: #304DB6; }
span { border-color: rgb(48,77,182); }
td.TdClassName
{
border-color: #304DB6;
}
.TagClassName
{
border-color: #304DB6;
}
</style>