Shades of Cerulean Blue #344FAC
Tints of Cerulean Blue #344FAC
RGB
CMYK
RGB Variations
Color information
#344FAC (or 0x344FAC) is known color: Cerulean Blue. HEX triplet: 34, 4F and AC. RGB value is (52,79,172). Sum of RGB (Red+Green+Blue) = 52+79+172=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 79 (31.25% from 255 or 26.07% from 303); Blue value is 172 (67.58% from 255 or 56.77% from 303); Max value from RGB is 172 - color contains mainly: blue. Hex color #344FAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #344FAC is #CBB053. Grayscale: #515151. Windows color (decimal): -13348948 or 11292468. OLE color: 11292468.
HSL color Cylindrical-coordinate representation of color #344FAC: hue angle of 226.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 #344FAC is Cyan = 0.70, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 79 | 172 | - |
| CMYK | 0.70 | 0.54 | 0 | 0.33 |
| HSL | 226.5º | 0.54% | 0.44% | - |
| HSV(B) | 226.5º | 0.7% | 0.67% | - |
| XYZ | 11.66 | 9.3 | 40.21 | - |
| YUV | 81.53 | 179.05 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 79 | 172 | 0.70 | 0.54 | 0 | 0.33 | 226.5 | 0.54 | 0.44 |
| Hex | 34 | 4F | AC | 46 | 36 | 0 | 21 | E2 | 36 | 2C |
| Octal | 64 | 117 | 254 | 106 | 66 | 0 | 41 | 342 | 66 | 54 |
| Binary | 110100 | 1001111 | 10101100 | 1000110 | 110110 | 0 | 100001 | 11100010 | 110110 | 101100 |
Color Harmonies of #344FAC
Complementary color
Monochromatic Colors of #344FAC
Black with #344FAC
Text Example
Text Example
White with #344FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344FAC; }
p { color: rgb(52,79,172); }
H1.HeaderClassName
{
color: #344FAC;
}
.AnyTagClassName
{
color: #344FAC;
}
</style>
background-color css
<style>
a { background-color: #344FAC; }
a { background-color: rgb(52,79,172); }
div.DivClassName
{
background-color: #344FAC;
}
.BgClassName
{
background-color: #344FAC;
}
</style>
border-color css
<style>
span { border-color: #344FAC; }
span { border-color: rgb(52,79,172); }
td.TdClassName
{
border-color: #344FAC;
}
.TagClassName
{
border-color: #344FAC;
}
</style>