Shades of Cerulean Blue #3446BF
Tints of Cerulean Blue #3446BF
RGB
CMYK
RGB Variations
Color information
#3446BF (or 0x3446BF) is known color: Cerulean Blue. HEX triplet: 34, 46 and BF. RGB value is (52,70,191). Sum of RGB (Red+Green+Blue) = 52+70+191=313 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.61% from 313); Green value is 70 (27.73% from 255 or 22.36% from 313); Blue value is 191 (75% from 255 or 61.02% from 313); Max value from RGB is 191 - color contains mainly: blue. Hex color #3446BF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3446BF is #CBB940. Grayscale: #4D4D4D. Windows color (decimal): -13351233 or 12535348. OLE color: 12535348.
HSL color Cylindrical-coordinate representation of color #3446BF: hue angle of 232.23º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3446BF is Cyan = 0.73, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 70 | 191 | - |
| CMYK | 0.73 | 0.63 | 0 | 0.25 |
| HSL | 232.23º | 0.57% | 0.48% | - |
| HSV(B) | 232.23º | 0.73% | 0.75% | - |
| XYZ | 13.01 | 8.87 | 50.32 | - |
| YUV | 78.41 | 191.54 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 70 | 191 | 0.73 | 0.63 | 0 | 0.25 | 232.23 | 0.57 | 0.48 |
| Hex | 34 | 46 | BF | 49 | 3F | 0 | 19 | E8 | 39 | 30 |
| Octal | 64 | 106 | 277 | 111 | 77 | 0 | 31 | 350 | 71 | 60 |
| Binary | 110100 | 1000110 | 10111111 | 1001001 | 111111 | 0 | 11001 | 11101000 | 111001 | 110000 |
Color Harmonies of #3446BF
Complementary color
Monochromatic Colors of #3446BF
Black with #3446BF
Text Example
Text Example
White with #3446BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3446BF; }
p { color: rgb(52,70,191); }
H1.HeaderClassName
{
color: #3446BF;
}
.AnyTagClassName
{
color: #3446BF;
}
</style>
background-color css
<style>
a { background-color: #3446BF; }
a { background-color: rgb(52,70,191); }
div.DivClassName
{
background-color: #3446BF;
}
.BgClassName
{
background-color: #3446BF;
}
</style>
border-color css
<style>
span { border-color: #3446BF; }
span { border-color: rgb(52,70,191); }
td.TdClassName
{
border-color: #3446BF;
}
.TagClassName
{
border-color: #3446BF;
}
</style>