Shades of Cerulean Blue #344CAC
Tints of Cerulean Blue #344CAC
RGB
CMYK
RGB Variations
Color information
#344CAC (or 0x344CAC) is known color: Cerulean Blue. HEX triplet: 34, 4C and AC. RGB value is (52,76,172). Sum of RGB (Red+Green+Blue) = 52+76+172=300 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.33% from 300); Green value is 76 (30.08% from 255 or 25.33% from 300); Blue value is 172 (67.58% from 255 or 57.33% from 300); Max value from RGB is 172 - color contains mainly: blue. Hex color #344CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344CAC is #CBB353. Grayscale: #4F4F4F. Windows color (decimal): -13349716 or 11291700. OLE color: 11291700.
HSL color Cylindrical-coordinate representation of color #344CAC: hue angle of 228º 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 #344CAC is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 76 | 172 | - |
| CMYK | 0.70 | 0.56 | 0 | 0.33 |
| HSL | 228º | 0.54% | 0.44% | - |
| HSV(B) | 228º | 0.7% | 0.67% | - |
| XYZ | 11.45 | 8.88 | 40.14 | - |
| YUV | 79.77 | 180.05 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 76 | 172 | 0.70 | 0.56 | 0 | 0.33 | 228 | 0.54 | 0.44 |
| Hex | 34 | 4C | AC | 46 | 38 | 0 | 21 | E4 | 36 | 2C |
| Octal | 64 | 114 | 254 | 106 | 70 | 0 | 41 | 344 | 66 | 54 |
| Binary | 110100 | 1001100 | 10101100 | 1000110 | 111000 | 0 | 100001 | 11100100 | 110110 | 101100 |
Color Harmonies of #344CAC
Complementary color
Monochromatic Colors of #344CAC
Black with #344CAC
Text Example
Text Example
White with #344CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344CAC; }
p { color: rgb(52,76,172); }
H1.HeaderClassName
{
color: #344CAC;
}
.AnyTagClassName
{
color: #344CAC;
}
</style>
background-color css
<style>
a { background-color: #344CAC; }
a { background-color: rgb(52,76,172); }
div.DivClassName
{
background-color: #344CAC;
}
.BgClassName
{
background-color: #344CAC;
}
</style>
border-color css
<style>
span { border-color: #344CAC; }
span { border-color: rgb(52,76,172); }
td.TdClassName
{
border-color: #344CAC;
}
.TagClassName
{
border-color: #344CAC;
}
</style>