Shades of Cerulean Blue #3446BB
Tints of Cerulean Blue #3446BB
RGB
CMYK
RGB Variations
Color information
#3446BB (or 0x3446BB) is known color: Cerulean Blue. HEX triplet: 34, 46 and BB. RGB value is (52,70,187). Sum of RGB (Red+Green+Blue) = 52+70+187=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 187 (73.44% from 255 or 60.52% from 309); Max value from RGB is 187 - color contains mainly: blue. Hex color #3446BB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3446BB is #CBB944. Grayscale: #4D4D4D. Windows color (decimal): -13351237 or 12273204. OLE color: 12273204.
HSL color Cylindrical-coordinate representation of color #3446BB: hue angle of 232º 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 #3446BB is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 70 | 187 | - |
| CMYK | 0.72 | 0.63 | 0 | 0.27 |
| HSL | 232º | 0.56% | 0.47% | - |
| HSV(B) | 232º | 0.72% | 0.73% | - |
| XYZ | 12.58 | 8.7 | 48.03 | - |
| YUV | 77.96 | 189.54 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 70 | 187 | 0.72 | 0.63 | 0 | 0.27 | 232 | 0.56 | 0.47 |
| Hex | 34 | 46 | BB | 48 | 3F | 0 | 1B | E8 | 38 | 2F |
| Octal | 64 | 106 | 273 | 110 | 77 | 0 | 33 | 350 | 70 | 57 |
| Binary | 110100 | 1000110 | 10111011 | 1001000 | 111111 | 0 | 11011 | 11101000 | 111000 | 101111 |
Color Harmonies of #3446BB
Complementary color
Monochromatic Colors of #3446BB
Black with #3446BB
Text Example
Text Example
White with #3446BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3446BB; }
p { color: rgb(52,70,187); }
H1.HeaderClassName
{
color: #3446BB;
}
.AnyTagClassName
{
color: #3446BB;
}
</style>
background-color css
<style>
a { background-color: #3446BB; }
a { background-color: rgb(52,70,187); }
div.DivClassName
{
background-color: #3446BB;
}
.BgClassName
{
background-color: #3446BB;
}
</style>
border-color css
<style>
span { border-color: #3446BB; }
span { border-color: rgb(52,70,187); }
td.TdClassName
{
border-color: #3446BB;
}
.TagClassName
{
border-color: #3446BB;
}
</style>