Shades of Cerulean Blue #304EC2
Tints of Cerulean Blue #304EC2
RGB
CMYK
RGB Variations
Color information
#304EC2 (or 0x304EC2) is known color: Cerulean Blue. HEX triplet: 30, 4E and C2. RGB value is (48,78,194). Sum of RGB (Red+Green+Blue) = 48+78+194=320 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15% from 320); Green value is 78 (30.86% from 255 or 24.38% from 320); Blue value is 194 (76.17% from 255 or 60.62% from 320); Max value from RGB is 194 - color contains mainly: blue. Hex color #304EC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304EC2 is #CFB13D. Grayscale: #515151. Windows color (decimal): -13611326 or 12734000. OLE color: 12734000.
HSL color Cylindrical-coordinate representation of color #304EC2: hue angle of 227.67º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #304EC2 is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 48 | 78 | 194 | - |
| CMYK | 0.75 | 0.60 | 0 | 0.24 |
| HSL | 227.67º | 0.6% | 0.47% | - |
| HSV(B) | 227.67º | 0.75% | 0.76% | - |
| XYZ | 13.68 | 9.97 | 52.24 | - |
| YUV | 82.25 | 191.06 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 78 | 194 | 0.75 | 0.60 | 0 | 0.24 | 227.67 | 0.6 | 0.47 |
| Hex | 30 | 4E | C2 | 4B | 3C | 0 | 18 | E4 | 3C | 2F |
| Octal | 60 | 116 | 302 | 113 | 74 | 0 | 30 | 344 | 74 | 57 |
| Binary | 110000 | 1001110 | 11000010 | 1001011 | 111100 | 0 | 11000 | 11100100 | 111100 | 101111 |
Color Harmonies of #304EC2
Complementary color
Monochromatic Colors of #304EC2
Black with #304EC2
Text Example
Text Example
White with #304EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304EC2; }
p { color: rgb(48,78,194); }
H1.HeaderClassName
{
color: #304EC2;
}
.AnyTagClassName
{
color: #304EC2;
}
</style>
background-color css
<style>
a { background-color: #304EC2; }
a { background-color: rgb(48,78,194); }
div.DivClassName
{
background-color: #304EC2;
}
.BgClassName
{
background-color: #304EC2;
}
</style>
border-color css
<style>
span { border-color: #304EC2; }
span { border-color: rgb(48,78,194); }
td.TdClassName
{
border-color: #304EC2;
}
.TagClassName
{
border-color: #304EC2;
}
</style>