Shades of Cerulean Blue #304DC3
Tints of Cerulean Blue #304DC3
RGB
CMYK
RGB Variations
Color information
#304DC3 (or 0x304DC3) is known color: Cerulean Blue. HEX triplet: 30, 4D and C3. RGB value is (48,77,195). Sum of RGB (Red+Green+Blue) = 48+77+195=320 (42% of max value = 765). Red value is 48 (19.14% from 255 or 15% from 320); Green value is 77 (30.47% from 255 or 24.06% from 320); Blue value is 195 (76.56% from 255 or 60.94% from 320); Max value from RGB is 195 - color contains mainly: blue. Hex color #304DC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #304DC3 is #CFB23C. Grayscale: #515151. Windows color (decimal): -13611581 or 12799280. OLE color: 12799280.
HSL color Cylindrical-coordinate representation of color #304DC3: hue angle of 228.16º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #304DC3 is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 48 | 77 | 195 | - |
| CMYK | 0.75 | 0.61 | 0 | 0.24 |
| HSL | 228.16º | 0.6% | 0.48% | - |
| HSV(B) | 228.16º | 0.75% | 0.76% | - |
| XYZ | 13.72 | 9.88 | 52.81 | - |
| YUV | 81.78 | 191.89 | 103.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 77 | 195 | 0.75 | 0.61 | 0 | 0.24 | 228.16 | 0.6 | 0.48 |
| Hex | 30 | 4D | C3 | 4B | 3D | 0 | 18 | E4 | 3C | 30 |
| Octal | 60 | 115 | 303 | 113 | 75 | 0 | 30 | 344 | 74 | 60 |
| Binary | 110000 | 1001101 | 11000011 | 1001011 | 111101 | 0 | 11000 | 11100100 | 111100 | 110000 |
Color Harmonies of #304DC3
Complementary color
Monochromatic Colors of #304DC3
Black with #304DC3
Text Example
Text Example
White with #304DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304DC3; }
p { color: rgb(48,77,195); }
H1.HeaderClassName
{
color: #304DC3;
}
.AnyTagClassName
{
color: #304DC3;
}
</style>
background-color css
<style>
a { background-color: #304DC3; }
a { background-color: rgb(48,77,195); }
div.DivClassName
{
background-color: #304DC3;
}
.BgClassName
{
background-color: #304DC3;
}
</style>
border-color css
<style>
span { border-color: #304DC3; }
span { border-color: rgb(48,77,195); }
td.TdClassName
{
border-color: #304DC3;
}
.TagClassName
{
border-color: #304DC3;
}
</style>