Shades of Cerulean Blue #304AB8
Tints of Cerulean Blue #304AB8
RGB
CMYK
RGB Variations
Color information
#304AB8 (or 0x304AB8) is known color: Cerulean Blue. HEX triplet: 30, 4A and B8. RGB value is (48,74,184). Sum of RGB (Red+Green+Blue) = 48+74+184=306 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.69% from 306); Green value is 74 (29.30% from 255 or 24.18% from 306); Blue value is 184 (72.27% from 255 or 60.13% from 306); Max value from RGB is 184 - color contains mainly: blue. Hex color #304AB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #304AB8 is #CFB547. Grayscale: #4E4E4E. Windows color (decimal): -13612360 or 12077616. OLE color: 12077616.
HSL color Cylindrical-coordinate representation of color #304AB8: hue angle of 228.53º 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 #304AB8 is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 48 | 74 | 184 | - |
| CMYK | 0.74 | 0.60 | 0 | 0.28 |
| HSL | 228.53º | 0.59% | 0.45% | - |
| HSV(B) | 228.53º | 0.74% | 0.72% | - |
| XYZ | 12.32 | 8.99 | 46.43 | - |
| YUV | 78.77 | 187.39 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 74 | 184 | 0.74 | 0.60 | 0 | 0.28 | 228.53 | 0.59 | 0.45 |
| Hex | 30 | 4A | B8 | 4A | 3C | 0 | 1C | E5 | 3B | 2D |
| Octal | 60 | 112 | 270 | 112 | 74 | 0 | 34 | 345 | 73 | 55 |
| Binary | 110000 | 1001010 | 10111000 | 1001010 | 111100 | 0 | 11100 | 11100101 | 111011 | 101101 |
Color Harmonies of #304AB8
Complementary color
Monochromatic Colors of #304AB8
Black with #304AB8
Text Example
Text Example
White with #304AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304AB8; }
p { color: rgb(48,74,184); }
H1.HeaderClassName
{
color: #304AB8;
}
.AnyTagClassName
{
color: #304AB8;
}
</style>
background-color css
<style>
a { background-color: #304AB8; }
a { background-color: rgb(48,74,184); }
div.DivClassName
{
background-color: #304AB8;
}
.BgClassName
{
background-color: #304AB8;
}
</style>
border-color css
<style>
span { border-color: #304AB8; }
span { border-color: rgb(48,74,184); }
td.TdClassName
{
border-color: #304AB8;
}
.TagClassName
{
border-color: #304AB8;
}
</style>