Shades of Cerulean Blue #3164CB
Tints of Cerulean Blue #3164CB
RGB
CMYK
RGB Variations
Color information
#3164CB (or 0x3164CB) is known color: Cerulean Blue. HEX triplet: 31, 64 and CB. RGB value is (49,100,203). Sum of RGB (Red+Green+Blue) = 49+100+203=352 (46% of max value = 765). Red value is 49 (19.53% from 255 or 13.92% from 352); Green value is 100 (39.45% from 255 or 28.41% from 352); Blue value is 203 (79.69% from 255 or 57.67% from 352); Max value from RGB is 203 - color contains mainly: blue. Hex color #3164CB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3164CB is #CE9B34. Grayscale: #606060. Windows color (decimal): -13540149 or 13329457. OLE color: 13329457.
HSL color Cylindrical-coordinate representation of color #3164CB: hue angle of 220.13º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3164CB is Cyan = 0.76, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 49 | 100 | 203 | - |
| CMYK | 0.76 | 0.51 | 0 | 0.20 |
| HSL | 220.13º | 0.61% | 0.49% | - |
| HSV(B) | 220.13º | 0.76% | 0.8% | - |
| XYZ | 16.6 | 14.08 | 58.34 | - |
| YUV | 96.49 | 188.1 | 94.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 100 | 203 | 0.76 | 0.51 | 0 | 0.20 | 220.13 | 0.61 | 0.49 |
| Hex | 31 | 64 | CB | 4C | 33 | 0 | 14 | DC | 3D | 31 |
| Octal | 61 | 144 | 313 | 114 | 63 | 0 | 24 | 334 | 75 | 61 |
| Binary | 110001 | 1100100 | 11001011 | 1001100 | 110011 | 0 | 10100 | 11011100 | 111101 | 110001 |
Color Harmonies of #3164CB
Complementary color
Monochromatic Colors of #3164CB
Black with #3164CB
Text Example
Text Example
White with #3164CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3164CB; }
p { color: rgb(49,100,203); }
H1.HeaderClassName
{
color: #3164CB;
}
.AnyTagClassName
{
color: #3164CB;
}
</style>
background-color css
<style>
a { background-color: #3164CB; }
a { background-color: rgb(49,100,203); }
div.DivClassName
{
background-color: #3164CB;
}
.BgClassName
{
background-color: #3164CB;
}
</style>
border-color css
<style>
span { border-color: #3164CB; }
span { border-color: rgb(49,100,203); }
td.TdClassName
{
border-color: #3164CB;
}
.TagClassName
{
border-color: #3164CB;
}
</style>