Shades of Cerulean Blue #344EC0
Tints of Cerulean Blue #344EC0
RGB
CMYK
RGB Variations
Color information
#344EC0 (or 0x344EC0) is known color: Cerulean Blue. HEX triplet: 34, 4E and C0. RGB value is (52,78,192). Sum of RGB (Red+Green+Blue) = 52+78+192=322 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.15% from 322); Green value is 78 (30.86% from 255 or 24.22% from 322); Blue value is 192 (75.39% from 255 or 59.63% from 322); Max value from RGB is 192 - color contains mainly: blue. Hex color #344EC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #344EC0 is #CBB13F. Grayscale: #525252. Windows color (decimal): -13349184 or 12602932. OLE color: 12602932.
HSL color Cylindrical-coordinate representation of color #344EC0: hue angle of 228.86º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #344EC0 is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 78 | 192 | - |
| CMYK | 0.73 | 0.59 | 0 | 0.25 |
| HSL | 228.86º | 0.57% | 0.48% | - |
| HSV(B) | 228.86º | 0.73% | 0.75% | - |
| XYZ | 13.65 | 9.98 | 51.08 | - |
| YUV | 83.22 | 189.39 | 105.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 78 | 192 | 0.73 | 0.59 | 0 | 0.25 | 228.86 | 0.57 | 0.48 |
| Hex | 34 | 4E | C0 | 49 | 3B | 0 | 19 | E5 | 39 | 30 |
| Octal | 64 | 116 | 300 | 111 | 73 | 0 | 31 | 345 | 71 | 60 |
| Binary | 110100 | 1001110 | 11000000 | 1001001 | 111011 | 0 | 11001 | 11100101 | 111001 | 110000 |
Color Harmonies of #344EC0
Complementary color
Monochromatic Colors of #344EC0
Black with #344EC0
Text Example
Text Example
White with #344EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344EC0; }
p { color: rgb(52,78,192); }
H1.HeaderClassName
{
color: #344EC0;
}
.AnyTagClassName
{
color: #344EC0;
}
</style>
background-color css
<style>
a { background-color: #344EC0; }
a { background-color: rgb(52,78,192); }
div.DivClassName
{
background-color: #344EC0;
}
.BgClassName
{
background-color: #344EC0;
}
</style>
border-color css
<style>
span { border-color: #344EC0; }
span { border-color: rgb(52,78,192); }
td.TdClassName
{
border-color: #344EC0;
}
.TagClassName
{
border-color: #344EC0;
}
</style>