Shades of Cerulean Blue #3465BA
Tints of Cerulean Blue #3465BA
RGB
CMYK
RGB Variations
Color information
#3465BA (or 0x3465BA) is known color: Cerulean Blue. HEX triplet: 34, 65 and BA. RGB value is (52,101,186). Sum of RGB (Red+Green+Blue) = 52+101+186=339 (44% of max value = 765). Red value is 52 (20.70% from 255 or 15.34% from 339); Green value is 101 (39.84% from 255 or 29.79% from 339); Blue value is 186 (73.05% from 255 or 54.87% from 339); Max value from RGB is 186 - color contains mainly: blue. Hex color #3465BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3465BA is #CB9A45. Grayscale: #5F5F5F. Windows color (decimal): -13343302 or 12215604. OLE color: 12215604.
HSL color Cylindrical-coordinate representation of color #3465BA: hue angle of 218.06º 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 #3465BA is Cyan = 0.72, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 101 | 186 | - |
| CMYK | 0.72 | 0.46 | 0 | 0.27 |
| HSL | 218.06º | 0.56% | 0.47% | - |
| HSV(B) | 218.06º | 0.72% | 0.73% | - |
| XYZ | 14.93 | 13.58 | 48.29 | - |
| YUV | 96.04 | 178.77 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 101 | 186 | 0.72 | 0.46 | 0 | 0.27 | 218.06 | 0.56 | 0.47 |
| Hex | 34 | 65 | BA | 48 | 2E | 0 | 1B | DA | 38 | 2F |
| Octal | 64 | 145 | 272 | 110 | 56 | 0 | 33 | 332 | 70 | 57 |
| Binary | 110100 | 1100101 | 10111010 | 1001000 | 101110 | 0 | 11011 | 11011010 | 111000 | 101111 |
Color Harmonies of #3465BA
Complementary color
Monochromatic Colors of #3465BA
Black with #3465BA
Text Example
Text Example
White with #3465BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3465BA; }
p { color: rgb(52,101,186); }
H1.HeaderClassName
{
color: #3465BA;
}
.AnyTagClassName
{
color: #3465BA;
}
</style>
background-color css
<style>
a { background-color: #3465BA; }
a { background-color: rgb(52,101,186); }
div.DivClassName
{
background-color: #3465BA;
}
.BgClassName
{
background-color: #3465BA;
}
</style>
border-color css
<style>
span { border-color: #3465BA; }
span { border-color: rgb(52,101,186); }
td.TdClassName
{
border-color: #3465BA;
}
.TagClassName
{
border-color: #3465BA;
}
</style>