Shades of Cerulean Blue #344DA6
Tints of Cerulean Blue #344DA6
RGB
CMYK
RGB Variations
Color information
#344DA6 (or 0x344DA6) is known color: Cerulean Blue. HEX triplet: 34, 4D and A6. RGB value is (52,77,166). Sum of RGB (Red+Green+Blue) = 52+77+166=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 77 (30.47% from 255 or 26.10% from 295); Blue value is 166 (65.23% from 255 or 56.27% from 295); Max value from RGB is 166 - color contains mainly: blue. Hex color #344DA6 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #344DA6 is #CBB259. Grayscale: #4F4F4F. Windows color (decimal): -13349466 or 10898740. OLE color: 10898740.
HSL color Cylindrical-coordinate representation of color #344DA6: hue angle of 226.84º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #344DA6 is Cyan = 0.69, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 52 | 77 | 166 | - |
| CMYK | 0.69 | 0.54 | 0 | 0.35 |
| HSL | 226.84º | 0.52% | 0.43% | - |
| HSV(B) | 226.84º | 0.69% | 0.65% | - |
| XYZ | 10.95 | 8.79 | 37.2 | - |
| YUV | 79.67 | 176.72 | 108.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 77 | 166 | 0.69 | 0.54 | 0 | 0.35 | 226.84 | 0.52 | 0.43 |
| Hex | 34 | 4D | A6 | 45 | 36 | 0 | 23 | E3 | 34 | 2B |
| Octal | 64 | 115 | 246 | 105 | 66 | 0 | 43 | 343 | 64 | 53 |
| Binary | 110100 | 1001101 | 10100110 | 1000101 | 110110 | 0 | 100011 | 11100011 | 110100 | 101011 |
Color Harmonies of #344DA6
Complementary color
Monochromatic Colors of #344DA6
Black with #344DA6
Text Example
Text Example
White with #344DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344DA6; }
p { color: rgb(52,77,166); }
H1.HeaderClassName
{
color: #344DA6;
}
.AnyTagClassName
{
color: #344DA6;
}
</style>
background-color css
<style>
a { background-color: #344DA6; }
a { background-color: rgb(52,77,166); }
div.DivClassName
{
background-color: #344DA6;
}
.BgClassName
{
background-color: #344DA6;
}
</style>
border-color css
<style>
span { border-color: #344DA6; }
span { border-color: rgb(52,77,166); }
td.TdClassName
{
border-color: #344DA6;
}
.TagClassName
{
border-color: #344DA6;
}
</style>