Shades of Cerulean Blue #304FB8
Tints of Cerulean Blue #304FB8
RGB
CMYK
RGB Variations
Color information
#304FB8 (or 0x304FB8) is known color: Cerulean Blue. HEX triplet: 30, 4F and B8. RGB value is (48,79,184). Sum of RGB (Red+Green+Blue) = 48+79+184=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 79 (31.25% from 255 or 25.40% from 311); Blue value is 184 (72.27% from 255 or 59.16% from 311); Max value from RGB is 184 - color contains mainly: blue. Hex color #304FB8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304FB8 is #CFB047. Grayscale: #515151. Windows color (decimal): -13611080 or 12078896. OLE color: 12078896.
HSL color Cylindrical-coordinate representation of color #304FB8: hue angle of 226.32º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #304FB8 is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 48 | 79 | 184 | - |
| CMYK | 0.74 | 0.57 | 0 | 0.28 |
| HSL | 226.32º | 0.59% | 0.45% | - |
| HSV(B) | 226.32º | 0.74% | 0.72% | - |
| XYZ | 12.67 | 9.68 | 46.55 | - |
| YUV | 81.7 | 185.73 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 79 | 184 | 0.74 | 0.57 | 0 | 0.28 | 226.32 | 0.59 | 0.45 |
| Hex | 30 | 4F | B8 | 4A | 39 | 0 | 1C | E2 | 3B | 2D |
| Octal | 60 | 117 | 270 | 112 | 71 | 0 | 34 | 342 | 73 | 55 |
| Binary | 110000 | 1001111 | 10111000 | 1001010 | 111001 | 0 | 11100 | 11100010 | 111011 | 101101 |
Color Harmonies of #304FB8
Complementary color
Monochromatic Colors of #304FB8
Black with #304FB8
Text Example
Text Example
White with #304FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304FB8; }
p { color: rgb(48,79,184); }
H1.HeaderClassName
{
color: #304FB8;
}
.AnyTagClassName
{
color: #304FB8;
}
</style>
background-color css
<style>
a { background-color: #304FB8; }
a { background-color: rgb(48,79,184); }
div.DivClassName
{
background-color: #304FB8;
}
.BgClassName
{
background-color: #304FB8;
}
</style>
border-color css
<style>
span { border-color: #304FB8; }
span { border-color: rgb(48,79,184); }
td.TdClassName
{
border-color: #304FB8;
}
.TagClassName
{
border-color: #304FB8;
}
</style>