Shades of Cerulean Blue #3448BA
Tints of Cerulean Blue #3448BA
RGB
CMYK
RGB Variations
Color information
#3448BA (or 0x3448BA) is known color: Cerulean Blue. HEX triplet: 34, 48 and BA. RGB value is (52,72,186). Sum of RGB (Red+Green+Blue) = 52+72+186=310 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.77% from 310); Green value is 72 (28.52% from 255 or 23.23% from 310); Blue value is 186 (73.05% from 255 or 60% from 310); Max value from RGB is 186 - color contains mainly: blue. Hex color #3448BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3448BA is #CBB745. Grayscale: #4E4E4E. Windows color (decimal): -13350726 or 12208180. OLE color: 12208180.
HSL color Cylindrical-coordinate representation of color #3448BA: hue angle of 231.04º 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 #3448BA is Cyan = 0.72, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 72 | 186 | - |
| CMYK | 0.72 | 0.61 | 0 | 0.27 |
| HSL | 231.04º | 0.56% | 0.47% | - |
| HSV(B) | 231.04º | 0.72% | 0.73% | - |
| XYZ | 12.6 | 8.91 | 47.51 | - |
| YUV | 79.02 | 188.37 | 108.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 72 | 186 | 0.72 | 0.61 | 0 | 0.27 | 231.04 | 0.56 | 0.47 |
| Hex | 34 | 48 | BA | 48 | 3D | 0 | 1B | E7 | 38 | 2F |
| Octal | 64 | 110 | 272 | 110 | 75 | 0 | 33 | 347 | 70 | 57 |
| Binary | 110100 | 1001000 | 10111010 | 1001000 | 111101 | 0 | 11011 | 11100111 | 111000 | 101111 |
Color Harmonies of #3448BA
Complementary color
Monochromatic Colors of #3448BA
Black with #3448BA
Text Example
Text Example
White with #3448BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3448BA; }
p { color: rgb(52,72,186); }
H1.HeaderClassName
{
color: #3448BA;
}
.AnyTagClassName
{
color: #3448BA;
}
</style>
background-color css
<style>
a { background-color: #3448BA; }
a { background-color: rgb(52,72,186); }
div.DivClassName
{
background-color: #3448BA;
}
.BgClassName
{
background-color: #3448BA;
}
</style>
border-color css
<style>
span { border-color: #3448BA; }
span { border-color: rgb(52,72,186); }
td.TdClassName
{
border-color: #3448BA;
}
.TagClassName
{
border-color: #3448BA;
}
</style>