Shades of Cerulean Blue #3143CC
Tints of Cerulean Blue #3143CC
RGB
CMYK
RGB Variations
Color information
#3143CC (or 0x3143CC) is known color: Cerulean Blue. HEX triplet: 31, 43 and CC. RGB value is (49,67,204). Sum of RGB (Red+Green+Blue) = 49+67+204=320 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.31% from 320); Green value is 67 (26.56% from 255 or 20.94% from 320); Blue value is 204 (80.08% from 255 or 63.75% from 320); Max value from RGB is 204 - color contains mainly: blue. Hex color #3143CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3143CC is #CEBC33. Grayscale: #4C4C4C. Windows color (decimal): -13548596 or 13386545. OLE color: 13386545.
HSL color Cylindrical-coordinate representation of color #3143CC: hue angle of 233.03º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3143CC is Cyan = 0.76, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 67 | 204 | - |
| CMYK | 0.76 | 0.67 | 0 | 0.2 |
| HSL | 233.03º | 0.61% | 0.5% | - |
| HSV(B) | 233.03º | 0.76% | 0.8% | - |
| XYZ | 14.17 | 9.03 | 58.12 | - |
| YUV | 77.24 | 199.54 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 67 | 204 | 0.76 | 0.67 | 0 | 0.2 | 233.03 | 0.61 | 0.5 |
| Hex | 31 | 43 | CC | 4C | 43 | 0 | 14 | E9 | 3D | 32 |
| Octal | 61 | 103 | 314 | 114 | 103 | 0 | 24 | 351 | 75 | 62 |
| Binary | 110001 | 1000011 | 11001100 | 1001100 | 1000011 | 0 | 10100 | 11101001 | 111101 | 110010 |
Color Harmonies of #3143CC
Complementary color
Monochromatic Colors of #3143CC
Black with #3143CC
Text Example
Text Example
White with #3143CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3143CC; }
p { color: rgb(49,67,204); }
H1.HeaderClassName
{
color: #3143CC;
}
.AnyTagClassName
{
color: #3143CC;
}
</style>
background-color css
<style>
a { background-color: #3143CC; }
a { background-color: rgb(49,67,204); }
div.DivClassName
{
background-color: #3143CC;
}
.BgClassName
{
background-color: #3143CC;
}
</style>
border-color css
<style>
span { border-color: #3143CC; }
span { border-color: rgb(49,67,204); }
td.TdClassName
{
border-color: #3143CC;
}
.TagClassName
{
border-color: #3143CC;
}
</style>