Shades of Cerulean Blue #3041BC
Tints of Cerulean Blue #3041BC
RGB
CMYK
RGB Variations
Color information
#3041BC (or 0x3041BC) is known color: Cerulean Blue. HEX triplet: 30, 41 and BC. RGB value is (48,65,188). Sum of RGB (Red+Green+Blue) = 48+65+188=301 (39% of max value = 765). Red value is 48 (19.14% from 255 or 15.95% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 188 (73.83% from 255 or 62.46% from 301); Max value from RGB is 188 - color contains mainly: blue. Hex color #3041BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3041BC is #CFBE43. Grayscale: #494949. Windows color (decimal): -13614660 or 12337456. OLE color: 12337456.
HSL color Cylindrical-coordinate representation of color #3041BC: hue angle of 232.71º 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 #3041BC is Cyan = 0.74, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 48 | 65 | 188 | - |
| CMYK | 0.74 | 0.65 | 0 | 0.26 |
| HSL | 232.71º | 0.59% | 0.46% | - |
| HSV(B) | 232.71º | 0.74% | 0.74% | - |
| XYZ | 12.19 | 8.04 | 48.49 | - |
| YUV | 73.94 | 192.37 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 65 | 188 | 0.74 | 0.65 | 0 | 0.26 | 232.71 | 0.59 | 0.46 |
| Hex | 30 | 41 | BC | 4A | 41 | 0 | 1A | E9 | 3B | 2E |
| Octal | 60 | 101 | 274 | 112 | 101 | 0 | 32 | 351 | 73 | 56 |
| Binary | 110000 | 1000001 | 10111100 | 1001010 | 1000001 | 0 | 11010 | 11101001 | 111011 | 101110 |
Color Harmonies of #3041BC
Complementary color
Monochromatic Colors of #3041BC
Black with #3041BC
Text Example
Text Example
White with #3041BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3041BC; }
p { color: rgb(48,65,188); }
H1.HeaderClassName
{
color: #3041BC;
}
.AnyTagClassName
{
color: #3041BC;
}
</style>
background-color css
<style>
a { background-color: #3041BC; }
a { background-color: rgb(48,65,188); }
div.DivClassName
{
background-color: #3041BC;
}
.BgClassName
{
background-color: #3041BC;
}
</style>
border-color css
<style>
span { border-color: #3041BC; }
span { border-color: rgb(48,65,188); }
td.TdClassName
{
border-color: #3041BC;
}
.TagClassName
{
border-color: #3041BC;
}
</style>