Shades of Cerulean Blue #344DAB
Tints of Cerulean Blue #344DAB
RGB
CMYK
RGB Variations
Color information
#344DAB (or 0x344DAB) is known color: Cerulean Blue. HEX triplet: 34, 4D and AB. RGB value is (52,77,171). Sum of RGB (Red+Green+Blue) = 52+77+171=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 171 (67.19% from 255 or 57% from 300); Max value from RGB is 171 - color contains mainly: blue. Hex color #344DAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #344DAB is #CBB254. Grayscale: #4F4F4F. Windows color (decimal): -13349461 or 11226420. OLE color: 11226420.
HSL color Cylindrical-coordinate representation of color #344DAB: hue angle of 227.39º degrees, saturation: 0.53, 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 #344DAB is Cyan = 0.70, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 77 | 171 | - |
| CMYK | 0.70 | 0.55 | 0 | 0.33 |
| HSL | 227.4º | 0.53% | 0.44% | - |
| HSV(B) | 227.4º | 0.7% | 0.67% | - |
| XYZ | 11.42 | 8.98 | 39.66 | - |
| YUV | 80.24 | 179.22 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 77 | 171 | 0.70 | 0.55 | 0 | 0.33 | 227.4 | 0.53 | 0.44 |
| Hex | 34 | 4D | AB | 46 | 37 | 0 | 21 | E3 | 35 | 2C |
| Octal | 64 | 115 | 253 | 106 | 67 | 0 | 41 | 343 | 65 | 54 |
| Binary | 110100 | 1001101 | 10101011 | 1000110 | 110111 | 0 | 100001 | 11100011 | 110101 | 101100 |
Color Harmonies of #344DAB
Complementary color
Monochromatic Colors of #344DAB
Black with #344DAB
Text Example
Text Example
White with #344DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344DAB; }
p { color: rgb(52,77,171); }
H1.HeaderClassName
{
color: #344DAB;
}
.AnyTagClassName
{
color: #344DAB;
}
</style>
background-color css
<style>
a { background-color: #344DAB; }
a { background-color: rgb(52,77,171); }
div.DivClassName
{
background-color: #344DAB;
}
.BgClassName
{
background-color: #344DAB;
}
</style>
border-color css
<style>
span { border-color: #344DAB; }
span { border-color: rgb(52,77,171); }
td.TdClassName
{
border-color: #344DAB;
}
.TagClassName
{
border-color: #344DAB;
}
</style>