Shades of Cerulean Blue #3165BA
Tints of Cerulean Blue #3165BA
RGB
CMYK
RGB Variations
Color information
#3165BA (or 0x3165BA) is known color: Cerulean Blue. HEX triplet: 31, 65 and BA. RGB value is (49,101,186). Sum of RGB (Red+Green+Blue) = 49+101+186=336 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.58% from 336); Green value is 101 (39.84% from 255 or 30.06% from 336); Blue value is 186 (73.05% from 255 or 55.36% from 336); Max value from RGB is 186 - color contains mainly: blue. Hex color #3165BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3165BA is #CE9A45. Grayscale: #5E5E5E. Windows color (decimal): -13539910 or 12215601. OLE color: 12215601.
HSL color Cylindrical-coordinate representation of color #3165BA: hue angle of 217.23º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3165BA is Cyan = 0.74, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 49 | 101 | 186 | - |
| CMYK | 0.74 | 0.46 | 0 | 0.27 |
| HSL | 217.23º | 0.58% | 0.46% | - |
| HSV(B) | 217.23º | 0.74% | 0.73% | - |
| XYZ | 14.78 | 13.51 | 48.28 | - |
| YUV | 95.14 | 179.27 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 101 | 186 | 0.74 | 0.46 | 0 | 0.27 | 217.23 | 0.58 | 0.46 |
| Hex | 31 | 65 | BA | 4A | 2E | 0 | 1B | D9 | 3A | 2E |
| Octal | 61 | 145 | 272 | 112 | 56 | 0 | 33 | 331 | 72 | 56 |
| Binary | 110001 | 1100101 | 10111010 | 1001010 | 101110 | 0 | 11011 | 11011001 | 111010 | 101110 |
Color Harmonies of #3165BA
Complementary color
Monochromatic Colors of #3165BA
Black with #3165BA
Text Example
Text Example
White with #3165BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3165BA; }
p { color: rgb(49,101,186); }
H1.HeaderClassName
{
color: #3165BA;
}
.AnyTagClassName
{
color: #3165BA;
}
</style>
background-color css
<style>
a { background-color: #3165BA; }
a { background-color: rgb(49,101,186); }
div.DivClassName
{
background-color: #3165BA;
}
.BgClassName
{
background-color: #3165BA;
}
</style>
border-color css
<style>
span { border-color: #3165BA; }
span { border-color: rgb(49,101,186); }
td.TdClassName
{
border-color: #3165BA;
}
.TagClassName
{
border-color: #3165BA;
}
</style>