Shades of Cerulean Blue #304ACB
Tints of Cerulean Blue #304ACB
RGB
CMYK
RGB Variations
Color information
#304ACB (or 0x304ACB) is known color: Cerulean Blue. HEX triplet: 30, 4A and CB. RGB value is (48,74,203). Sum of RGB (Red+Green+Blue) = 48+74+203=325 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.77% from 325); Green value is 74 (29.30% from 255 or 22.77% from 325); Blue value is 203 (79.69% from 255 or 62.46% from 325); Max value from RGB is 203 - color contains mainly: blue. Hex color #304ACB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #304ACB is #CFB534. Grayscale: #505050. Windows color (decimal): -13612341 or 13322800. OLE color: 13322800.
HSL color Cylindrical-coordinate representation of color #304ACB: hue angle of 229.94º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #304ACB is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 74 | 203 | - |
| CMYK | 0.76 | 0.64 | 0 | 0.20 |
| HSL | 229.94º | 0.62% | 0.49% | - |
| HSV(B) | 229.94º | 0.76% | 0.8% | - |
| XYZ | 14.45 | 9.84 | 57.64 | - |
| YUV | 80.93 | 196.89 | 104.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 74 | 203 | 0.76 | 0.64 | 0 | 0.20 | 229.94 | 0.62 | 0.49 |
| Hex | 30 | 4A | CB | 4C | 40 | 0 | 14 | E6 | 3E | 31 |
| Octal | 60 | 112 | 313 | 114 | 100 | 0 | 24 | 346 | 76 | 61 |
| Binary | 110000 | 1001010 | 11001011 | 1001100 | 1000000 | 0 | 10100 | 11100110 | 111110 | 110001 |
Color Harmonies of #304ACB
Complementary color
Monochromatic Colors of #304ACB
Black with #304ACB
Text Example
Text Example
White with #304ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304ACB; }
p { color: rgb(48,74,203); }
H1.HeaderClassName
{
color: #304ACB;
}
.AnyTagClassName
{
color: #304ACB;
}
</style>
background-color css
<style>
a { background-color: #304ACB; }
a { background-color: rgb(48,74,203); }
div.DivClassName
{
background-color: #304ACB;
}
.BgClassName
{
background-color: #304ACB;
}
</style>
border-color css
<style>
span { border-color: #304ACB; }
span { border-color: rgb(48,74,203); }
td.TdClassName
{
border-color: #304ACB;
}
.TagClassName
{
border-color: #304ACB;
}
</style>