Shades of Cerulean Blue #3444AC
Tints of Cerulean Blue #3444AC
RGB
CMYK
RGB Variations
Color information
#3444AC (or 0x3444AC) is known color: Cerulean Blue. HEX triplet: 34, 44 and AC. RGB value is (52,68,172). Sum of RGB (Red+Green+Blue) = 52+68+172=292 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.81% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 172 (67.58% from 255 or 58.90% from 292); Max value from RGB is 172 - color contains mainly: blue. Hex color #3444AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3444AC is #CBBB53. Grayscale: #4A4A4A. Windows color (decimal): -13351764 or 11289652. OLE color: 11289652.
HSL color Cylindrical-coordinate representation of color #3444AC: hue angle of 232º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3444AC is Cyan = 0.70, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 68 | 172 | - |
| CMYK | 0.70 | 0.60 | 0 | 0.33 |
| HSL | 232º | 0.54% | 0.44% | - |
| HSV(B) | 232º | 0.7% | 0.67% | - |
| XYZ | 10.93 | 7.84 | 39.97 | - |
| YUV | 75.07 | 182.7 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 68 | 172 | 0.70 | 0.60 | 0 | 0.33 | 232 | 0.54 | 0.44 |
| Hex | 34 | 44 | AC | 46 | 3C | 0 | 21 | E8 | 36 | 2C |
| Octal | 64 | 104 | 254 | 106 | 74 | 0 | 41 | 350 | 66 | 54 |
| Binary | 110100 | 1000100 | 10101100 | 1000110 | 111100 | 0 | 100001 | 11101000 | 110110 | 101100 |
Color Harmonies of #3444AC
Complementary color
Monochromatic Colors of #3444AC
Black with #3444AC
Text Example
Text Example
White with #3444AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3444AC; }
p { color: rgb(52,68,172); }
H1.HeaderClassName
{
color: #3444AC;
}
.AnyTagClassName
{
color: #3444AC;
}
</style>
background-color css
<style>
a { background-color: #3444AC; }
a { background-color: rgb(52,68,172); }
div.DivClassName
{
background-color: #3444AC;
}
.BgClassName
{
background-color: #3444AC;
}
</style>
border-color css
<style>
span { border-color: #3444AC; }
span { border-color: rgb(52,68,172); }
td.TdClassName
{
border-color: #3444AC;
}
.TagClassName
{
border-color: #3444AC;
}
</style>