Shades of Cerulean Blue #344DAC
Tints of Cerulean Blue #344DAC
RGB
CMYK
RGB Variations
Color information
#344DAC (or 0x344DAC) is known color: Cerulean Blue. HEX triplet: 34, 4D and AC. RGB value is (52,77,172). Sum of RGB (Red+Green+Blue) = 52+77+172=301 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.28% from 301); Green value is 77 (30.47% from 255 or 25.58% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #344DAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #344DAC is #CBB253. Grayscale: #4F4F4F. Windows color (decimal): -13349460 or 11291956. OLE color: 11291956.
HSL color Cylindrical-coordinate representation of color #344DAC: hue angle of 227.5º 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 #344DAC is Cyan = 0.70, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 77 | 172 | - |
| CMYK | 0.70 | 0.55 | 0 | 0.33 |
| HSL | 227.5º | 0.54% | 0.44% | - |
| HSV(B) | 227.5º | 0.7% | 0.67% | - |
| XYZ | 11.52 | 9.02 | 40.16 | - |
| YUV | 80.36 | 179.72 | 107.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 77 | 172 | 0.70 | 0.55 | 0 | 0.33 | 227.5 | 0.54 | 0.44 |
| Hex | 34 | 4D | AC | 46 | 37 | 0 | 21 | E4 | 36 | 2C |
| Octal | 64 | 115 | 254 | 106 | 67 | 0 | 41 | 344 | 66 | 54 |
| Binary | 110100 | 1001101 | 10101100 | 1000110 | 110111 | 0 | 100001 | 11100100 | 110110 | 101100 |
Color Harmonies of #344DAC
Complementary color
Monochromatic Colors of #344DAC
Black with #344DAC
Text Example
Text Example
White with #344DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344DAC; }
p { color: rgb(52,77,172); }
H1.HeaderClassName
{
color: #344DAC;
}
.AnyTagClassName
{
color: #344DAC;
}
</style>
background-color css
<style>
a { background-color: #344DAC; }
a { background-color: rgb(52,77,172); }
div.DivClassName
{
background-color: #344DAC;
}
.BgClassName
{
background-color: #344DAC;
}
</style>
border-color css
<style>
span { border-color: #344DAC; }
span { border-color: rgb(52,77,172); }
td.TdClassName
{
border-color: #344DAC;
}
.TagClassName
{
border-color: #344DAC;
}
</style>