Shades of Cerulean Blue #344FBC
Tints of Cerulean Blue #344FBC
RGB
CMYK
RGB Variations
Color information
#344FBC (or 0x344FBC) is known color: Cerulean Blue. HEX triplet: 34, 4F and BC. RGB value is (52,79,188). Sum of RGB (Red+Green+Blue) = 52+79+188=319 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.30% from 319); Green value is 79 (31.25% from 255 or 24.76% from 319); Blue value is 188 (73.83% from 255 or 58.93% from 319); Max value from RGB is 188 - color contains mainly: blue. Hex color #344FBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #344FBC is #CBB043. Grayscale: #525252. Windows color (decimal): -13348932 or 12341044. OLE color: 12341044.
HSL color Cylindrical-coordinate representation of color #344FBC: hue angle of 228.09º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #344FBC is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 79 | 188 | - |
| CMYK | 0.72 | 0.58 | 0 | 0.26 |
| HSL | 228.09º | 0.57% | 0.47% | - |
| HSV(B) | 228.09º | 0.72% | 0.74% | - |
| XYZ | 13.29 | 9.95 | 48.8 | - |
| YUV | 83.35 | 187.05 | 105.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 79 | 188 | 0.72 | 0.58 | 0 | 0.26 | 228.09 | 0.57 | 0.47 |
| Hex | 34 | 4F | BC | 48 | 3A | 0 | 1A | E4 | 39 | 2F |
| Octal | 64 | 117 | 274 | 110 | 72 | 0 | 32 | 344 | 71 | 57 |
| Binary | 110100 | 1001111 | 10111100 | 1001000 | 111010 | 0 | 11010 | 11100100 | 111001 | 101111 |
Color Harmonies of #344FBC
Complementary color
Monochromatic Colors of #344FBC
Black with #344FBC
Text Example
Text Example
White with #344FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344FBC; }
p { color: rgb(52,79,188); }
H1.HeaderClassName
{
color: #344FBC;
}
.AnyTagClassName
{
color: #344FBC;
}
</style>
background-color css
<style>
a { background-color: #344FBC; }
a { background-color: rgb(52,79,188); }
div.DivClassName
{
background-color: #344FBC;
}
.BgClassName
{
background-color: #344FBC;
}
</style>
border-color css
<style>
span { border-color: #344FBC; }
span { border-color: rgb(52,79,188); }
td.TdClassName
{
border-color: #344FBC;
}
.TagClassName
{
border-color: #344FBC;
}
</style>