Shades of Cerulean Blue #3464BA
Tints of Cerulean Blue #3464BA
RGB
CMYK
RGB Variations
Color information
#3464BA (or 0x3464BA) is known color: Cerulean Blue. HEX triplet: 34, 64 and BA. RGB value is (52,100,186). Sum of RGB (Red+Green+Blue) = 52+100+186=338 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.38% from 338); Green value is 100 (39.45% from 255 or 29.59% from 338); Blue value is 186 (73.05% from 255 or 55.03% from 338); Max value from RGB is 186 - color contains mainly: blue. Hex color #3464BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3464BA is #CB9B45. Grayscale: #5F5F5F. Windows color (decimal): -13343558 or 12215348. OLE color: 12215348.
HSL color Cylindrical-coordinate representation of color #3464BA: hue angle of 218.51º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3464BA is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 100 | 186 | - |
| CMYK | 0.72 | 0.46 | 0 | 0.27 |
| HSL | 218.51º | 0.56% | 0.47% | - |
| HSV(B) | 218.51º | 0.72% | 0.73% | - |
| XYZ | 14.84 | 13.39 | 48.26 | - |
| YUV | 95.45 | 179.1 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 100 | 186 | 0.72 | 0.46 | 0 | 0.27 | 218.51 | 0.56 | 0.47 |
| Hex | 34 | 64 | BA | 48 | 2E | 0 | 1B | DB | 38 | 2F |
| Octal | 64 | 144 | 272 | 110 | 56 | 0 | 33 | 333 | 70 | 57 |
| Binary | 110100 | 1100100 | 10111010 | 1001000 | 101110 | 0 | 11011 | 11011011 | 111000 | 101111 |
Color Harmonies of #3464BA
Complementary color
Monochromatic Colors of #3464BA
Black with #3464BA
Text Example
Text Example
White with #3464BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3464BA; }
p { color: rgb(52,100,186); }
H1.HeaderClassName
{
color: #3464BA;
}
.AnyTagClassName
{
color: #3464BA;
}
</style>
background-color css
<style>
a { background-color: #3464BA; }
a { background-color: rgb(52,100,186); }
div.DivClassName
{
background-color: #3464BA;
}
.BgClassName
{
background-color: #3464BA;
}
</style>
border-color css
<style>
span { border-color: #3464BA; }
span { border-color: rgb(52,100,186); }
td.TdClassName
{
border-color: #3464BA;
}
.TagClassName
{
border-color: #3464BA;
}
</style>