Shades of Cerulean Blue #3144BC
Tints of Cerulean Blue #3144BC
RGB
CMYK
RGB Variations
Color information
#3144BC (or 0x3144BC) is known color: Cerulean Blue. HEX triplet: 31, 44 and BC. RGB value is (49,68,188). Sum of RGB (Red+Green+Blue) = 49+68+188=305 (40% of max value = 765). Red value is 49 (19.53% from 255 or 16.07% from 305); Green value is 68 (26.95% from 255 or 22.30% from 305); Blue value is 188 (73.83% from 255 or 61.64% from 305); Max value from RGB is 188 - color contains mainly: blue. Hex color #3144BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3144BC is #CEBB43. Grayscale: #4B4B4B. Windows color (decimal): -13548356 or 12338225. OLE color: 12338225.
HSL color Cylindrical-coordinate representation of color #3144BC: hue angle of 231.8º 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 #3144BC is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 68 | 188 | - |
| CMYK | 0.74 | 0.64 | 0 | 0.26 |
| HSL | 231.8º | 0.59% | 0.46% | - |
| HSV(B) | 231.8º | 0.74% | 0.74% | - |
| XYZ | 12.41 | 8.42 | 48.55 | - |
| YUV | 76 | 191.21 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 68 | 188 | 0.74 | 0.64 | 0 | 0.26 | 231.8 | 0.59 | 0.46 |
| Hex | 31 | 44 | BC | 4A | 40 | 0 | 1A | E8 | 3B | 2E |
| Octal | 61 | 104 | 274 | 112 | 100 | 0 | 32 | 350 | 73 | 56 |
| Binary | 110001 | 1000100 | 10111100 | 1001010 | 1000000 | 0 | 11010 | 11101000 | 111011 | 101110 |
Color Harmonies of #3144BC
Complementary color
Monochromatic Colors of #3144BC
Black with #3144BC
Text Example
Text Example
White with #3144BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3144BC; }
p { color: rgb(49,68,188); }
H1.HeaderClassName
{
color: #3144BC;
}
.AnyTagClassName
{
color: #3144BC;
}
</style>
background-color css
<style>
a { background-color: #3144BC; }
a { background-color: rgb(49,68,188); }
div.DivClassName
{
background-color: #3144BC;
}
.BgClassName
{
background-color: #3144BC;
}
</style>
border-color css
<style>
span { border-color: #3144BC; }
span { border-color: rgb(49,68,188); }
td.TdClassName
{
border-color: #3144BC;
}
.TagClassName
{
border-color: #3144BC;
}
</style>