Shades of Cerulean Blue #3164B3
Tints of Cerulean Blue #3164B3
RGB
CMYK
RGB Variations
Color information
#3164B3 (or 0x3164B3) is known color: Cerulean Blue. HEX triplet: 31, 64 and B3. RGB value is (49,100,179). Sum of RGB (Red+Green+Blue) = 49+100+179=328 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.94% from 328); Green value is 100 (39.45% from 255 or 30.49% from 328); Blue value is 179 (70.31% from 255 or 54.57% from 328); Max value from RGB is 179 - color contains mainly: blue. Hex color #3164B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3164B3 is #CE9B4C. Grayscale: #5D5D5D. Windows color (decimal): -13540173 or 11756593. OLE color: 11756593.
HSL color Cylindrical-coordinate representation of color #3164B3: hue angle of 216.46º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3164B3 is Cyan = 0.73, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 49 | 100 | 179 | - |
| CMYK | 0.73 | 0.44 | 0 | 0.30 |
| HSL | 216.46º | 0.57% | 0.45% | - |
| HSV(B) | 216.46º | 0.73% | 0.7% | - |
| XYZ | 13.96 | 13.02 | 44.43 | - |
| YUV | 93.76 | 176.1 | 96.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 100 | 179 | 0.73 | 0.44 | 0 | 0.30 | 216.46 | 0.57 | 0.45 |
| Hex | 31 | 64 | B3 | 49 | 2C | 0 | 1E | D8 | 39 | 2D |
| Octal | 61 | 144 | 263 | 111 | 54 | 0 | 36 | 330 | 71 | 55 |
| Binary | 110001 | 1100100 | 10110011 | 1001001 | 101100 | 0 | 11110 | 11011000 | 111001 | 101101 |
Color Harmonies of #3164B3
Complementary color
Monochromatic Colors of #3164B3
Black with #3164B3
Text Example
Text Example
White with #3164B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3164B3; }
p { color: rgb(49,100,179); }
H1.HeaderClassName
{
color: #3164B3;
}
.AnyTagClassName
{
color: #3164B3;
}
</style>
background-color css
<style>
a { background-color: #3164B3; }
a { background-color: rgb(49,100,179); }
div.DivClassName
{
background-color: #3164B3;
}
.BgClassName
{
background-color: #3164B3;
}
</style>
border-color css
<style>
span { border-color: #3164B3; }
span { border-color: rgb(49,100,179); }
td.TdClassName
{
border-color: #3164B3;
}
.TagClassName
{
border-color: #3164B3;
}
</style>