Shades of Cerulean Blue #3049CC
Tints of Cerulean Blue #3049CC
RGB
CMYK
RGB Variations
Color information
#3049CC (or 0x3049CC) is known color: Cerulean Blue. HEX triplet: 30, 49 and CC. RGB value is (48,73,204). Sum of RGB (Red+Green+Blue) = 48+73+204=325 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.77% from 325); Green value is 73 (28.91% from 255 or 22.46% from 325); Blue value is 204 (80.08% from 255 or 62.77% from 325); Max value from RGB is 204 - color contains mainly: blue. Hex color #3049CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3049CC is #CFB633. Grayscale: #4F4F4F. Windows color (decimal): -13612596 or 13388080. OLE color: 13388080.
HSL color Cylindrical-coordinate representation of color #3049CC: hue angle of 230.38º 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 #3049CC is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 48 | 73 | 204 | - |
| CMYK | 0.76 | 0.64 | 0 | 0.2 |
| HSL | 230.38º | 0.62% | 0.49% | - |
| HSV(B) | 230.38º | 0.76% | 0.8% | - |
| XYZ | 14.5 | 9.75 | 58.25 | - |
| YUV | 80.46 | 197.72 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 73 | 204 | 0.76 | 0.64 | 0 | 0.2 | 230.38 | 0.62 | 0.49 |
| Hex | 30 | 49 | CC | 4C | 40 | 0 | 14 | E6 | 3E | 31 |
| Octal | 60 | 111 | 314 | 114 | 100 | 0 | 24 | 346 | 76 | 61 |
| Binary | 110000 | 1001001 | 11001100 | 1001100 | 1000000 | 0 | 10100 | 11100110 | 111110 | 110001 |
Color Harmonies of #3049CC
Complementary color
Monochromatic Colors of #3049CC
Black with #3049CC
Text Example
Text Example
White with #3049CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3049CC; }
p { color: rgb(48,73,204); }
H1.HeaderClassName
{
color: #3049CC;
}
.AnyTagClassName
{
color: #3049CC;
}
</style>
background-color css
<style>
a { background-color: #3049CC; }
a { background-color: rgb(48,73,204); }
div.DivClassName
{
background-color: #3049CC;
}
.BgClassName
{
background-color: #3049CC;
}
</style>
border-color css
<style>
span { border-color: #3049CC; }
span { border-color: rgb(48,73,204); }
td.TdClassName
{
border-color: #3049CC;
}
.TagClassName
{
border-color: #3049CC;
}
</style>