Shades of Cerulean Blue #3446BA
Tints of Cerulean Blue #3446BA
RGB
CMYK
RGB Variations
Color information
#3446BA (or 0x3446BA) is known color: Cerulean Blue. HEX triplet: 34, 46 and BA. RGB value is (52,70,186). Sum of RGB (Red+Green+Blue) = 52+70+186=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 70 (27.73% from 255 or 22.73% from 308); Blue value is 186 (73.05% from 255 or 60.39% from 308); Max value from RGB is 186 - color contains mainly: blue. Hex color #3446BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3446BA is #CBB945. Grayscale: #4D4D4D. Windows color (decimal): -13351238 or 12207668. OLE color: 12207668.
HSL color Cylindrical-coordinate representation of color #3446BA: hue angle of 231.94º 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 #3446BA is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 70 | 186 | - |
| CMYK | 0.72 | 0.62 | 0 | 0.27 |
| HSL | 231.94º | 0.56% | 0.47% | - |
| HSV(B) | 231.94º | 0.72% | 0.73% | - |
| XYZ | 12.47 | 8.66 | 47.47 | - |
| YUV | 77.84 | 189.04 | 109.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 70 | 186 | 0.72 | 0.62 | 0 | 0.27 | 231.94 | 0.56 | 0.47 |
| Hex | 34 | 46 | BA | 48 | 3E | 0 | 1B | E8 | 38 | 2F |
| Octal | 64 | 106 | 272 | 110 | 76 | 0 | 33 | 350 | 70 | 57 |
| Binary | 110100 | 1000110 | 10111010 | 1001000 | 111110 | 0 | 11011 | 11101000 | 111000 | 101111 |
Color Harmonies of #3446BA
Complementary color
Monochromatic Colors of #3446BA
Black with #3446BA
Text Example
Text Example
White with #3446BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3446BA; }
p { color: rgb(52,70,186); }
H1.HeaderClassName
{
color: #3446BA;
}
.AnyTagClassName
{
color: #3446BA;
}
</style>
background-color css
<style>
a { background-color: #3446BA; }
a { background-color: rgb(52,70,186); }
div.DivClassName
{
background-color: #3446BA;
}
.BgClassName
{
background-color: #3446BA;
}
</style>
border-color css
<style>
span { border-color: #3446BA; }
span { border-color: rgb(52,70,186); }
td.TdClassName
{
border-color: #3446BA;
}
.TagClassName
{
border-color: #3446BA;
}
</style>