Shades of Cerulean Blue #3164BC
Tints of Cerulean Blue #3164BC
RGB
CMYK
RGB Variations
Color information
#3164BC (or 0x3164BC) is known color: Cerulean Blue. HEX triplet: 31, 64 and BC. RGB value is (49,100,188). Sum of RGB (Red+Green+Blue) = 49+100+188=337 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.54% from 337); Green value is 100 (39.45% from 255 or 29.67% from 337); Blue value is 188 (73.83% from 255 or 55.79% from 337); Max value from RGB is 188 - color contains mainly: blue. Hex color #3164BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3164BC is #CE9B43. Grayscale: #5E5E5E. Windows color (decimal): -13540164 or 12346417. OLE color: 12346417.
HSL color Cylindrical-coordinate representation of color #3164BC: hue angle of 217.99º 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 #3164BC is Cyan = 0.74, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 49 | 100 | 188 | - |
| CMYK | 0.74 | 0.47 | 0 | 0.26 |
| HSL | 217.99º | 0.59% | 0.46% | - |
| HSV(B) | 217.99º | 0.74% | 0.74% | - |
| XYZ | 14.9 | 13.4 | 49.38 | - |
| YUV | 94.78 | 180.6 | 95.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 100 | 188 | 0.74 | 0.47 | 0 | 0.26 | 217.99 | 0.59 | 0.46 |
| Hex | 31 | 64 | BC | 4A | 2F | 0 | 1A | DA | 3B | 2E |
| Octal | 61 | 144 | 274 | 112 | 57 | 0 | 32 | 332 | 73 | 56 |
| Binary | 110001 | 1100100 | 10111100 | 1001010 | 101111 | 0 | 11010 | 11011010 | 111011 | 101110 |
Color Harmonies of #3164BC
Complementary color
Monochromatic Colors of #3164BC
Black with #3164BC
Text Example
Text Example
White with #3164BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3164BC; }
p { color: rgb(49,100,188); }
H1.HeaderClassName
{
color: #3164BC;
}
.AnyTagClassName
{
color: #3164BC;
}
</style>
background-color css
<style>
a { background-color: #3164BC; }
a { background-color: rgb(49,100,188); }
div.DivClassName
{
background-color: #3164BC;
}
.BgClassName
{
background-color: #3164BC;
}
</style>
border-color css
<style>
span { border-color: #3164BC; }
span { border-color: rgb(49,100,188); }
td.TdClassName
{
border-color: #3164BC;
}
.TagClassName
{
border-color: #3164BC;
}
</style>