Shades of Cerulean Blue #3466BA
Tints of Cerulean Blue #3466BA
RGB
CMYK
RGB Variations
Color information
#3466BA (or 0x3466BA) is known color: Cerulean Blue. HEX triplet: 34, 66 and BA. RGB value is (52,102,186). Sum of RGB (Red+Green+Blue) = 52+102+186=340 (45% of max value = 765). Red value is 52 (20.70% from 255 or 15.29% from 340); Green value is 102 (40.23% from 255 or 30% from 340); Blue value is 186 (73.05% from 255 or 54.71% from 340); Max value from RGB is 186 - color contains mainly: blue. Hex color #3466BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3466BA is #CB9945. Grayscale: #606060. Windows color (decimal): -13343046 or 12215860. OLE color: 12215860.
HSL color Cylindrical-coordinate representation of color #3466BA: hue angle of 217.61º 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 #3466BA is Cyan = 0.72, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 102 | 186 | - |
| CMYK | 0.72 | 0.45 | 0 | 0.27 |
| HSL | 217.61º | 0.56% | 0.47% | - |
| HSV(B) | 217.61º | 0.72% | 0.73% | - |
| XYZ | 15.03 | 13.78 | 48.32 | - |
| YUV | 96.63 | 178.44 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 102 | 186 | 0.72 | 0.45 | 0 | 0.27 | 217.61 | 0.56 | 0.47 |
| Hex | 34 | 66 | BA | 48 | 2D | 0 | 1B | DA | 38 | 2F |
| Octal | 64 | 146 | 272 | 110 | 55 | 0 | 33 | 332 | 70 | 57 |
| Binary | 110100 | 1100110 | 10111010 | 1001000 | 101101 | 0 | 11011 | 11011010 | 111000 | 101111 |
Color Harmonies of #3466BA
Complementary color
Monochromatic Colors of #3466BA
Black with #3466BA
Text Example
Text Example
White with #3466BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3466BA; }
p { color: rgb(52,102,186); }
H1.HeaderClassName
{
color: #3466BA;
}
.AnyTagClassName
{
color: #3466BA;
}
</style>
background-color css
<style>
a { background-color: #3466BA; }
a { background-color: rgb(52,102,186); }
div.DivClassName
{
background-color: #3466BA;
}
.BgClassName
{
background-color: #3466BA;
}
</style>
border-color css
<style>
span { border-color: #3466BA; }
span { border-color: rgb(52,102,186); }
td.TdClassName
{
border-color: #3466BA;
}
.TagClassName
{
border-color: #3466BA;
}
</style>