Shades of Cerulean Blue #304AB2
Tints of Cerulean Blue #304AB2
RGB
CMYK
RGB Variations
Color information
#304AB2 (or 0x304AB2) is known color: Cerulean Blue. HEX triplet: 30, 4A and B2. RGB value is (48,74,178). Sum of RGB (Red+Green+Blue) = 48+74+178=300 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16% from 300); Green value is 74 (29.30% from 255 or 24.67% from 300); Blue value is 178 (69.92% from 255 or 59.33% from 300); Max value from RGB is 178 - color contains mainly: blue. Hex color #304AB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #304AB2 is #CFB54D. Grayscale: #4D4D4D. Windows color (decimal): -13612366 or 11684400. OLE color: 11684400.
HSL color Cylindrical-coordinate representation of color #304AB2: hue angle of 228º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #304AB2 is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 48 | 74 | 178 | - |
| CMYK | 0.73 | 0.58 | 0 | 0.30 |
| HSL | 228º | 0.58% | 0.44% | - |
| HSV(B) | 228º | 0.73% | 0.7% | - |
| XYZ | 11.7 | 8.74 | 43.19 | - |
| YUV | 78.08 | 184.39 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 74 | 178 | 0.73 | 0.58 | 0 | 0.30 | 228 | 0.58 | 0.44 |
| Hex | 30 | 4A | B2 | 49 | 3A | 0 | 1E | E4 | 3A | 2C |
| Octal | 60 | 112 | 262 | 111 | 72 | 0 | 36 | 344 | 72 | 54 |
| Binary | 110000 | 1001010 | 10110010 | 1001001 | 111010 | 0 | 11110 | 11100100 | 111010 | 101100 |
Color Harmonies of #304AB2
Complementary color
Monochromatic Colors of #304AB2
Black with #304AB2
Text Example
Text Example
White with #304AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304AB2; }
p { color: rgb(48,74,178); }
H1.HeaderClassName
{
color: #304AB2;
}
.AnyTagClassName
{
color: #304AB2;
}
</style>
background-color css
<style>
a { background-color: #304AB2; }
a { background-color: rgb(48,74,178); }
div.DivClassName
{
background-color: #304AB2;
}
.BgClassName
{
background-color: #304AB2;
}
</style>
border-color css
<style>
span { border-color: #304AB2; }
span { border-color: rgb(48,74,178); }
td.TdClassName
{
border-color: #304AB2;
}
.TagClassName
{
border-color: #304AB2;
}
</style>