Shades of Cerulean Blue #3043BC
Tints of Cerulean Blue #3043BC
RGB
CMYK
RGB Variations
Color information
#3043BC (or 0x3043BC) is known color: Cerulean Blue. HEX triplet: 30, 43 and BC. RGB value is (48,67,188). Sum of RGB (Red+Green+Blue) = 48+67+188=303 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.84% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 188 (73.83% from 255 or 62.05% from 303); Max value from RGB is 188 - color contains mainly: blue. Hex color #3043BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3043BC is #CFBC43. Grayscale: #4A4A4A. Windows color (decimal): -13614148 or 12337968. OLE color: 12337968.
HSL color Cylindrical-coordinate representation of color #3043BC: hue angle of 231.86º 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 #3043BC is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 67 | 188 | - |
| CMYK | 0.74 | 0.64 | 0 | 0.26 |
| HSL | 231.86º | 0.59% | 0.46% | - |
| HSV(B) | 231.86º | 0.74% | 0.74% | - |
| XYZ | 12.3 | 8.27 | 48.53 | - |
| YUV | 75.11 | 191.71 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 67 | 188 | 0.74 | 0.64 | 0 | 0.26 | 231.86 | 0.59 | 0.46 |
| Hex | 30 | 43 | BC | 4A | 40 | 0 | 1A | E8 | 3B | 2E |
| Octal | 60 | 103 | 274 | 112 | 100 | 0 | 32 | 350 | 73 | 56 |
| Binary | 110000 | 1000011 | 10111100 | 1001010 | 1000000 | 0 | 11010 | 11101000 | 111011 | 101110 |
Color Harmonies of #3043BC
Complementary color
Monochromatic Colors of #3043BC
Black with #3043BC
Text Example
Text Example
White with #3043BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3043BC; }
p { color: rgb(48,67,188); }
H1.HeaderClassName
{
color: #3043BC;
}
.AnyTagClassName
{
color: #3043BC;
}
</style>
background-color css
<style>
a { background-color: #3043BC; }
a { background-color: rgb(48,67,188); }
div.DivClassName
{
background-color: #3043BC;
}
.BgClassName
{
background-color: #3043BC;
}
</style>
border-color css
<style>
span { border-color: #3043BC; }
span { border-color: rgb(48,67,188); }
td.TdClassName
{
border-color: #3043BC;
}
.TagClassName
{
border-color: #3043BC;
}
</style>