Shades of Cerulean Blue #3448BD
Tints of Cerulean Blue #3448BD
RGB
CMYK
RGB Variations
Color information
#3448BD (or 0x3448BD) is known color: Cerulean Blue. HEX triplet: 34, 48 and BD. RGB value is (52,72,189). Sum of RGB (Red+Green+Blue) = 52+72+189=313 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.61% from 313); Green value is 72 (28.52% from 255 or 23.00% from 313); Blue value is 189 (74.22% from 255 or 60.38% from 313); Max value from RGB is 189 - color contains mainly: blue. Hex color #3448BD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3448BD is #CBB742. Grayscale: #4E4E4E. Windows color (decimal): -13350723 or 12404788. OLE color: 12404788.
HSL color Cylindrical-coordinate representation of color #3448BD: hue angle of 231.24º 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 #3448BD is Cyan = 0.72, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 72 | 189 | - |
| CMYK | 0.72 | 0.62 | 0 | 0.26 |
| HSL | 231.24º | 0.57% | 0.47% | - |
| HSV(B) | 231.24º | 0.72% | 0.74% | - |
| XYZ | 12.92 | 9.04 | 49.21 | - |
| YUV | 79.36 | 189.87 | 108.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 72 | 189 | 0.72 | 0.62 | 0 | 0.26 | 231.24 | 0.57 | 0.47 |
| Hex | 34 | 48 | BD | 48 | 3E | 0 | 1A | E7 | 39 | 2F |
| Octal | 64 | 110 | 275 | 110 | 76 | 0 | 32 | 347 | 71 | 57 |
| Binary | 110100 | 1001000 | 10111101 | 1001000 | 111110 | 0 | 11010 | 11100111 | 111001 | 101111 |
Color Harmonies of #3448BD
Complementary color
Monochromatic Colors of #3448BD
Black with #3448BD
Text Example
Text Example
White with #3448BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3448BD; }
p { color: rgb(52,72,189); }
H1.HeaderClassName
{
color: #3448BD;
}
.AnyTagClassName
{
color: #3448BD;
}
</style>
background-color css
<style>
a { background-color: #3448BD; }
a { background-color: rgb(52,72,189); }
div.DivClassName
{
background-color: #3448BD;
}
.BgClassName
{
background-color: #3448BD;
}
</style>
border-color css
<style>
span { border-color: #3448BD; }
span { border-color: rgb(52,72,189); }
td.TdClassName
{
border-color: #3448BD;
}
.TagClassName
{
border-color: #3448BD;
}
</style>