Shades of Cerulean Blue #304AB5
Tints of Cerulean Blue #304AB5
RGB
CMYK
RGB Variations
Color information
#304AB5 (or 0x304AB5) is known color: Cerulean Blue. HEX triplet: 30, 4A and B5. RGB value is (48,74,181). Sum of RGB (Red+Green+Blue) = 48+74+181=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 74 (29.30% from 255 or 24.42% from 303); Blue value is 181 (71.09% from 255 or 59.74% from 303); Max value from RGB is 181 - color contains mainly: blue. Hex color #304AB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #304AB5 is #CFB54A. Grayscale: #4D4D4D. Windows color (decimal): -13612363 or 11881008. OLE color: 11881008.
HSL color Cylindrical-coordinate representation of color #304AB5: hue angle of 228.27º 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 #304AB5 is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 48 | 74 | 181 | - |
| CMYK | 0.73 | 0.59 | 0 | 0.29 |
| HSL | 228.27º | 0.58% | 0.45% | - |
| HSV(B) | 228.27º | 0.73% | 0.71% | - |
| XYZ | 12.01 | 8.86 | 44.79 | - |
| YUV | 78.42 | 185.89 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 74 | 181 | 0.73 | 0.59 | 0 | 0.29 | 228.27 | 0.58 | 0.45 |
| Hex | 30 | 4A | B5 | 49 | 3B | 0 | 1D | E4 | 3A | 2D |
| Octal | 60 | 112 | 265 | 111 | 73 | 0 | 35 | 344 | 72 | 55 |
| Binary | 110000 | 1001010 | 10110101 | 1001001 | 111011 | 0 | 11101 | 11100100 | 111010 | 101101 |
Color Harmonies of #304AB5
Complementary color
Monochromatic Colors of #304AB5
Black with #304AB5
Text Example
Text Example
White with #304AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304AB5; }
p { color: rgb(48,74,181); }
H1.HeaderClassName
{
color: #304AB5;
}
.AnyTagClassName
{
color: #304AB5;
}
</style>
background-color css
<style>
a { background-color: #304AB5; }
a { background-color: rgb(48,74,181); }
div.DivClassName
{
background-color: #304AB5;
}
.BgClassName
{
background-color: #304AB5;
}
</style>
border-color css
<style>
span { border-color: #304AB5; }
span { border-color: rgb(48,74,181); }
td.TdClassName
{
border-color: #304AB5;
}
.TagClassName
{
border-color: #304AB5;
}
</style>