Shades of Cerulean Blue #3164CC
Tints of Cerulean Blue #3164CC
RGB
CMYK
RGB Variations
Color information
#3164CC (or 0x3164CC) is known color: Cerulean Blue. HEX triplet: 31, 64 and CC. RGB value is (49,100,204). Sum of RGB (Red+Green+Blue) = 49+100+204=353 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.88% from 353); Green value is 100 (39.45% from 255 or 28.33% from 353); Blue value is 204 (80.08% from 255 or 57.79% from 353); Max value from RGB is 204 - color contains mainly: blue. Hex color #3164CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3164CC is #CE9B33. Grayscale: #606060. Windows color (decimal): -13540148 or 13394993. OLE color: 13394993.
HSL color Cylindrical-coordinate representation of color #3164CC: hue angle of 220.26º 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 #3164CC is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 49 | 100 | 204 | - |
| CMYK | 0.76 | 0.51 | 0 | 0.2 |
| HSL | 220.26º | 0.61% | 0.5% | - |
| HSV(B) | 220.26º | 0.76% | 0.8% | - |
| XYZ | 16.72 | 14.13 | 58.97 | - |
| YUV | 96.61 | 188.6 | 94.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 100 | 204 | 0.76 | 0.51 | 0 | 0.2 | 220.26 | 0.61 | 0.5 |
| Hex | 31 | 64 | CC | 4C | 33 | 0 | 14 | DC | 3D | 32 |
| Octal | 61 | 144 | 314 | 114 | 63 | 0 | 24 | 334 | 75 | 62 |
| Binary | 110001 | 1100100 | 11001100 | 1001100 | 110011 | 0 | 10100 | 11011100 | 111101 | 110010 |
Color Harmonies of #3164CC
Complementary color
Monochromatic Colors of #3164CC
Black with #3164CC
Text Example
Text Example
White with #3164CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3164CC; }
p { color: rgb(49,100,204); }
H1.HeaderClassName
{
color: #3164CC;
}
.AnyTagClassName
{
color: #3164CC;
}
</style>
background-color css
<style>
a { background-color: #3164CC; }
a { background-color: rgb(49,100,204); }
div.DivClassName
{
background-color: #3164CC;
}
.BgClassName
{
background-color: #3164CC;
}
</style>
border-color css
<style>
span { border-color: #3164CC; }
span { border-color: rgb(49,100,204); }
td.TdClassName
{
border-color: #3164CC;
}
.TagClassName
{
border-color: #3164CC;
}
</style>