Shades of Cerulean Blue #3042BC
Tints of Cerulean Blue #3042BC
RGB
CMYK
RGB Variations
Color information
#3042BC (or 0x3042BC) is known color: Cerulean Blue. HEX triplet: 30, 42 and BC. RGB value is (48,66,188). Sum of RGB (Red+Green+Blue) = 48+66+188=302 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.89% from 302); Green value is 66 (26.17% from 255 or 21.85% from 302); Blue value is 188 (73.83% from 255 or 62.25% from 302); Max value from RGB is 188 - color contains mainly: blue. Hex color #3042BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3042BC is #CFBD43. Grayscale: #4A4A4A. Windows color (decimal): -13614404 or 12337712. OLE color: 12337712.
HSL color Cylindrical-coordinate representation of color #3042BC: hue angle of 232.29º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3042BC is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 66 | 188 | - |
| CMYK | 0.74 | 0.65 | 0 | 0.26 |
| HSL | 232.29º | 0.59% | 0.46% | - |
| HSV(B) | 232.29º | 0.74% | 0.74% | - |
| XYZ | 12.24 | 8.16 | 48.51 | - |
| YUV | 74.53 | 192.04 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 66 | 188 | 0.74 | 0.65 | 0 | 0.26 | 232.29 | 0.59 | 0.46 |
| Hex | 30 | 42 | BC | 4A | 41 | 0 | 1A | E8 | 3B | 2E |
| Octal | 60 | 102 | 274 | 112 | 101 | 0 | 32 | 350 | 73 | 56 |
| Binary | 110000 | 1000010 | 10111100 | 1001010 | 1000001 | 0 | 11010 | 11101000 | 111011 | 101110 |
Color Harmonies of #3042BC
Complementary color
Monochromatic Colors of #3042BC
Black with #3042BC
Text Example
Text Example
White with #3042BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3042BC; }
p { color: rgb(48,66,188); }
H1.HeaderClassName
{
color: #3042BC;
}
.AnyTagClassName
{
color: #3042BC;
}
</style>
background-color css
<style>
a { background-color: #3042BC; }
a { background-color: rgb(48,66,188); }
div.DivClassName
{
background-color: #3042BC;
}
.BgClassName
{
background-color: #3042BC;
}
</style>
border-color css
<style>
span { border-color: #3042BC; }
span { border-color: rgb(48,66,188); }
td.TdClassName
{
border-color: #3042BC;
}
.TagClassName
{
border-color: #3042BC;
}
</style>