Shades of Cerulean Blue #3049CB
Tints of Cerulean Blue #3049CB
RGB
CMYK
RGB Variations
Color information
#3049CB (or 0x3049CB) is known color: Cerulean Blue. HEX triplet: 30, 49 and CB. RGB value is (48,73,203). Sum of RGB (Red+Green+Blue) = 48+73+203=324 (42% of max value = 765). Red value is 48 (19.14% from 255 or 14.81% from 324); Green value is 73 (28.91% from 255 or 22.53% from 324); Blue value is 203 (79.69% from 255 or 62.65% from 324); Max value from RGB is 203 - color contains mainly: blue. Hex color #3049CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3049CB is #CFB634. Grayscale: #4F4F4F. Windows color (decimal): -13612597 or 13322544. OLE color: 13322544.
HSL color Cylindrical-coordinate representation of color #3049CB: hue angle of 230.32º 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 #3049CB is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 48 | 73 | 203 | - |
| CMYK | 0.76 | 0.64 | 0 | 0.20 |
| HSL | 230.32º | 0.62% | 0.49% | - |
| HSV(B) | 230.32º | 0.76% | 0.8% | - |
| XYZ | 14.38 | 9.71 | 57.62 | - |
| YUV | 80.35 | 197.22 | 104.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 73 | 203 | 0.76 | 0.64 | 0 | 0.20 | 230.32 | 0.62 | 0.49 |
| Hex | 30 | 49 | CB | 4C | 40 | 0 | 14 | E6 | 3E | 31 |
| Octal | 60 | 111 | 313 | 114 | 100 | 0 | 24 | 346 | 76 | 61 |
| Binary | 110000 | 1001001 | 11001011 | 1001100 | 1000000 | 0 | 10100 | 11100110 | 111110 | 110001 |
Color Harmonies of #3049CB
Complementary color
Monochromatic Colors of #3049CB
Black with #3049CB
Text Example
Text Example
White with #3049CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3049CB; }
p { color: rgb(48,73,203); }
H1.HeaderClassName
{
color: #3049CB;
}
.AnyTagClassName
{
color: #3049CB;
}
</style>
background-color css
<style>
a { background-color: #3049CB; }
a { background-color: rgb(48,73,203); }
div.DivClassName
{
background-color: #3049CB;
}
.BgClassName
{
background-color: #3049CB;
}
</style>
border-color css
<style>
span { border-color: #3049CB; }
span { border-color: rgb(48,73,203); }
td.TdClassName
{
border-color: #3049CB;
}
.TagClassName
{
border-color: #3049CB;
}
</style>