Shades of Cerulean Blue #344CAF
Tints of Cerulean Blue #344CAF
RGB
CMYK
RGB Variations
Color information
#344CAF (or 0x344CAF) is known color: Cerulean Blue. HEX triplet: 34, 4C and AF. RGB value is (52,76,175). Sum of RGB (Red+Green+Blue) = 52+76+175=303 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.16% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 175 (68.75% from 255 or 57.76% from 303); Max value from RGB is 175 - color contains mainly: blue. Hex color #344CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344CAF is #CBB350. Grayscale: #4F4F4F. Windows color (decimal): -13349713 or 11488308. OLE color: 11488308.
HSL color Cylindrical-coordinate representation of color #344CAF: hue angle of 228.29º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #344CAF is Cyan = 0.70, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 76 | 175 | - |
| CMYK | 0.70 | 0.57 | 0 | 0.31 |
| HSL | 228.29º | 0.54% | 0.45% | - |
| HSV(B) | 228.29º | 0.7% | 0.69% | - |
| XYZ | 11.74 | 8.99 | 41.67 | - |
| YUV | 80.11 | 181.55 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 76 | 175 | 0.70 | 0.57 | 0 | 0.31 | 228.29 | 0.54 | 0.45 |
| Hex | 34 | 4C | AF | 46 | 39 | 0 | 1F | E4 | 36 | 2D |
| Octal | 64 | 114 | 257 | 106 | 71 | 0 | 37 | 344 | 66 | 55 |
| Binary | 110100 | 1001100 | 10101111 | 1000110 | 111001 | 0 | 11111 | 11100100 | 110110 | 101101 |
Color Harmonies of #344CAF
Complementary color
Monochromatic Colors of #344CAF
Black with #344CAF
Text Example
Text Example
White with #344CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344CAF; }
p { color: rgb(52,76,175); }
H1.HeaderClassName
{
color: #344CAF;
}
.AnyTagClassName
{
color: #344CAF;
}
</style>
background-color css
<style>
a { background-color: #344CAF; }
a { background-color: rgb(52,76,175); }
div.DivClassName
{
background-color: #344CAF;
}
.BgClassName
{
background-color: #344CAF;
}
</style>
border-color css
<style>
span { border-color: #344CAF; }
span { border-color: rgb(52,76,175); }
td.TdClassName
{
border-color: #344CAF;
}
.TagClassName
{
border-color: #344CAF;
}
</style>