Shades of Cerulean Blue #344AAC
Tints of Cerulean Blue #344AAC
RGB
CMYK
RGB Variations
Color information
#344AAC (or 0x344AAC) is known color: Cerulean Blue. HEX triplet: 34, 4A and AC. RGB value is (52,74,172). Sum of RGB (Red+Green+Blue) = 52+74+172=298 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.45% from 298); Green value is 74 (29.30% from 255 or 24.83% from 298); Blue value is 172 (67.58% from 255 or 57.72% from 298); Max value from RGB is 172 - color contains mainly: blue. Hex color #344AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344AAC is #CBB553. Grayscale: #4E4E4E. Windows color (decimal): -13350228 or 11291188. OLE color: 11291188.
HSL color Cylindrical-coordinate representation of color #344AAC: hue angle of 229º 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 #344AAC is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 74 | 172 | - |
| CMYK | 0.70 | 0.57 | 0 | 0.33 |
| HSL | 229º | 0.54% | 0.44% | - |
| HSV(B) | 229º | 0.7% | 0.67% | - |
| XYZ | 11.31 | 8.61 | 40.09 | - |
| YUV | 78.59 | 180.71 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 74 | 172 | 0.70 | 0.57 | 0 | 0.33 | 229 | 0.54 | 0.44 |
| Hex | 34 | 4A | AC | 46 | 39 | 0 | 21 | E5 | 36 | 2C |
| Octal | 64 | 112 | 254 | 106 | 71 | 0 | 41 | 345 | 66 | 54 |
| Binary | 110100 | 1001010 | 10101100 | 1000110 | 111001 | 0 | 100001 | 11100101 | 110110 | 101100 |
Color Harmonies of #344AAC
Complementary color
Monochromatic Colors of #344AAC
Black with #344AAC
Text Example
Text Example
White with #344AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344AAC; }
p { color: rgb(52,74,172); }
H1.HeaderClassName
{
color: #344AAC;
}
.AnyTagClassName
{
color: #344AAC;
}
</style>
background-color css
<style>
a { background-color: #344AAC; }
a { background-color: rgb(52,74,172); }
div.DivClassName
{
background-color: #344AAC;
}
.BgClassName
{
background-color: #344AAC;
}
</style>
border-color css
<style>
span { border-color: #344AAC; }
span { border-color: rgb(52,74,172); }
td.TdClassName
{
border-color: #344AAC;
}
.TagClassName
{
border-color: #344AAC;
}
</style>