Shades of Cerulean Blue #344DAD
Tints of Cerulean Blue #344DAD
RGB
CMYK
RGB Variations
Color information
#344DAD (or 0x344DAD) is known color: Cerulean Blue. HEX triplet: 34, 4D and AD. RGB value is (52,77,173). Sum of RGB (Red+Green+Blue) = 52+77+173=302 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.22% from 302); Green value is 77 (30.47% from 255 or 25.50% from 302); Blue value is 173 (67.97% from 255 or 57.28% from 302); Max value from RGB is 173 - color contains mainly: blue. Hex color #344DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #344DAD is #CBB252. Grayscale: #505050. Windows color (decimal): -13349459 or 11357492. OLE color: 11357492.
HSL color Cylindrical-coordinate representation of color #344DAD: hue angle of 227.6º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #344DAD is Cyan = 0.70, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 52 | 77 | 173 | - |
| CMYK | 0.70 | 0.55 | 0 | 0.32 |
| HSL | 227.6º | 0.54% | 0.44% | - |
| HSV(B) | 227.6º | 0.7% | 0.68% | - |
| XYZ | 11.61 | 9.05 | 40.67 | - |
| YUV | 80.47 | 180.22 | 107.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 77 | 173 | 0.70 | 0.55 | 0 | 0.32 | 227.6 | 0.54 | 0.44 |
| Hex | 34 | 4D | AD | 46 | 37 | 0 | 20 | E4 | 36 | 2C |
| Octal | 64 | 115 | 255 | 106 | 67 | 0 | 40 | 344 | 66 | 54 |
| Binary | 110100 | 1001101 | 10101101 | 1000110 | 110111 | 0 | 100000 | 11100100 | 110110 | 101100 |
Color Harmonies of #344DAD
Complementary color
Monochromatic Colors of #344DAD
Black with #344DAD
Text Example
Text Example
White with #344DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344DAD; }
p { color: rgb(52,77,173); }
H1.HeaderClassName
{
color: #344DAD;
}
.AnyTagClassName
{
color: #344DAD;
}
</style>
background-color css
<style>
a { background-color: #344DAD; }
a { background-color: rgb(52,77,173); }
div.DivClassName
{
background-color: #344DAD;
}
.BgClassName
{
background-color: #344DAD;
}
</style>
border-color css
<style>
span { border-color: #344DAD; }
span { border-color: rgb(52,77,173); }
td.TdClassName
{
border-color: #344DAD;
}
.TagClassName
{
border-color: #344DAD;
}
</style>