Shades of Cerulean Blue #3444BA
Tints of Cerulean Blue #3444BA
RGB
CMYK
RGB Variations
Color information
#3444BA (or 0x3444BA) is known color: Cerulean Blue. HEX triplet: 34, 44 and BA. RGB value is (52,68,186). Sum of RGB (Red+Green+Blue) = 52+68+186=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 186 (73.05% from 255 or 60.78% from 306); Max value from RGB is 186 - color contains mainly: blue. Hex color #3444BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3444BA is #CBBB45. Grayscale: #4C4C4C. Windows color (decimal): -13351750 or 12207156. OLE color: 12207156.
HSL color Cylindrical-coordinate representation of color #3444BA: hue angle of 232.84º 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 #3444BA is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 68 | 186 | - |
| CMYK | 0.72 | 0.63 | 0 | 0.27 |
| HSL | 232.84º | 0.56% | 0.47% | - |
| HSV(B) | 232.84º | 0.72% | 0.73% | - |
| XYZ | 12.35 | 8.41 | 47.43 | - |
| YUV | 76.67 | 189.7 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 68 | 186 | 0.72 | 0.63 | 0 | 0.27 | 232.84 | 0.56 | 0.47 |
| Hex | 34 | 44 | BA | 48 | 3F | 0 | 1B | E9 | 38 | 2F |
| Octal | 64 | 104 | 272 | 110 | 77 | 0 | 33 | 351 | 70 | 57 |
| Binary | 110100 | 1000100 | 10111010 | 1001000 | 111111 | 0 | 11011 | 11101001 | 111000 | 101111 |
Color Harmonies of #3444BA
Complementary color
Monochromatic Colors of #3444BA
Black with #3444BA
Text Example
Text Example
White with #3444BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3444BA; }
p { color: rgb(52,68,186); }
H1.HeaderClassName
{
color: #3444BA;
}
.AnyTagClassName
{
color: #3444BA;
}
</style>
background-color css
<style>
a { background-color: #3444BA; }
a { background-color: rgb(52,68,186); }
div.DivClassName
{
background-color: #3444BA;
}
.BgClassName
{
background-color: #3444BA;
}
</style>
border-color css
<style>
span { border-color: #3444BA; }
span { border-color: rgb(52,68,186); }
td.TdClassName
{
border-color: #3444BA;
}
.TagClassName
{
border-color: #3444BA;
}
</style>