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