Shades of Cerulean Blue #3446BD
Tints of Cerulean Blue #3446BD
RGB
CMYK
RGB Variations
Color information
#3446BD (or 0x3446BD) is known color: Cerulean Blue. HEX triplet: 34, 46 and BD. RGB value is (52,70,189). Sum of RGB (Red+Green+Blue) = 52+70+189=311 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.72% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 189 (74.22% from 255 or 60.77% from 311); Max value from RGB is 189 - color contains mainly: blue. Hex color #3446BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3446BD is #CBB942. Grayscale: #4D4D4D. Windows color (decimal): -13351235 or 12404276. OLE color: 12404276.
HSL color Cylindrical-coordinate representation of color #3446BD: hue angle of 232.12º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3446BD is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 70 | 189 | - |
| CMYK | 0.72 | 0.63 | 0 | 0.26 |
| HSL | 232.12º | 0.57% | 0.47% | - |
| HSV(B) | 232.12º | 0.72% | 0.74% | - |
| XYZ | 12.79 | 8.78 | 49.17 | - |
| YUV | 78.18 | 190.54 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 70 | 189 | 0.72 | 0.63 | 0 | 0.26 | 232.12 | 0.57 | 0.47 |
| Hex | 34 | 46 | BD | 48 | 3F | 0 | 1A | E8 | 39 | 2F |
| Octal | 64 | 106 | 275 | 110 | 77 | 0 | 32 | 350 | 71 | 57 |
| Binary | 110100 | 1000110 | 10111101 | 1001000 | 111111 | 0 | 11010 | 11101000 | 111001 | 101111 |
Color Harmonies of #3446BD
Complementary color
Monochromatic Colors of #3446BD
Black with #3446BD
Text Example
Text Example
White with #3446BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3446BD; }
p { color: rgb(52,70,189); }
H1.HeaderClassName
{
color: #3446BD;
}
.AnyTagClassName
{
color: #3446BD;
}
</style>
background-color css
<style>
a { background-color: #3446BD; }
a { background-color: rgb(52,70,189); }
div.DivClassName
{
background-color: #3446BD;
}
.BgClassName
{
background-color: #3446BD;
}
</style>
border-color css
<style>
span { border-color: #3446BD; }
span { border-color: rgb(52,70,189); }
td.TdClassName
{
border-color: #3446BD;
}
.TagClassName
{
border-color: #3446BD;
}
</style>