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