Shades of Cerulean Blue #3141CC
Tints of Cerulean Blue #3141CC
RGB
CMYK
RGB Variations
Color information
#3141CC (or 0x3141CC) is known color: Cerulean Blue. HEX triplet: 31, 41 and CC. RGB value is (49,65,204). Sum of RGB (Red+Green+Blue) = 49+65+204=318 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.41% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 204 (80.08% from 255 or 64.15% from 318); Max value from RGB is 204 - color contains mainly: blue. Hex color #3141CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3141CC is #CEBE33. Grayscale: #4B4B4B. Windows color (decimal): -13549108 or 13386033. OLE color: 13386033.
HSL color Cylindrical-coordinate representation of color #3141CC: hue angle of 233.81º 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 #3141CC is Cyan = 0.76, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 65 | 204 | - |
| CMYK | 0.76 | 0.68 | 0 | 0.2 |
| HSL | 233.81º | 0.61% | 0.5% | - |
| HSV(B) | 233.81º | 0.76% | 0.8% | - |
| XYZ | 14.06 | 8.79 | 58.08 | - |
| YUV | 76.06 | 200.2 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 65 | 204 | 0.76 | 0.68 | 0 | 0.2 | 233.81 | 0.61 | 0.5 |
| Hex | 31 | 41 | CC | 4C | 44 | 0 | 14 | EA | 3D | 32 |
| Octal | 61 | 101 | 314 | 114 | 104 | 0 | 24 | 352 | 75 | 62 |
| Binary | 110001 | 1000001 | 11001100 | 1001100 | 1000100 | 0 | 10100 | 11101010 | 111101 | 110010 |
Color Harmonies of #3141CC
Complementary color
Monochromatic Colors of #3141CC
Black with #3141CC
Text Example
Text Example
White with #3141CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3141CC; }
p { color: rgb(49,65,204); }
H1.HeaderClassName
{
color: #3141CC;
}
.AnyTagClassName
{
color: #3141CC;
}
</style>
background-color css
<style>
a { background-color: #3141CC; }
a { background-color: rgb(49,65,204); }
div.DivClassName
{
background-color: #3141CC;
}
.BgClassName
{
background-color: #3141CC;
}
</style>
border-color css
<style>
span { border-color: #3141CC; }
span { border-color: rgb(49,65,204); }
td.TdClassName
{
border-color: #3141CC;
}
.TagClassName
{
border-color: #3141CC;
}
</style>