Shades of Cerulean Blue #344EC4
Tints of Cerulean Blue #344EC4
RGB
CMYK
RGB Variations
Color information
#344EC4 (or 0x344EC4) is known color: Cerulean Blue. HEX triplet: 34, 4E and C4. RGB value is (52,78,196). Sum of RGB (Red+Green+Blue) = 52+78+196=326 (43% of max value = 765). Red value is 52 (20.70% from 255 or 15.95% from 326); Green value is 78 (30.86% from 255 or 23.93% from 326); Blue value is 196 (76.95% from 255 or 60.12% from 326); Max value from RGB is 196 - color contains mainly: blue. Hex color #344EC4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #344EC4 is #CBB13B. Grayscale: #535353. Windows color (decimal): -13349180 or 12865076. OLE color: 12865076.
HSL color Cylindrical-coordinate representation of color #344EC4: hue angle of 229.17º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #344EC4 is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 52 | 78 | 196 | - |
| CMYK | 0.73 | 0.60 | 0 | 0.23 |
| HSL | 229.17º | 0.58% | 0.49% | - |
| HSV(B) | 229.17º | 0.73% | 0.77% | - |
| XYZ | 14.1 | 10.16 | 53.44 | - |
| YUV | 83.68 | 191.39 | 105.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 78 | 196 | 0.73 | 0.60 | 0 | 0.23 | 229.17 | 0.58 | 0.49 |
| Hex | 34 | 4E | C4 | 49 | 3C | 0 | 17 | E5 | 3A | 31 |
| Octal | 64 | 116 | 304 | 111 | 74 | 0 | 27 | 345 | 72 | 61 |
| Binary | 110100 | 1001110 | 11000100 | 1001001 | 111100 | 0 | 10111 | 11100101 | 111010 | 110001 |
Color Harmonies of #344EC4
Complementary color
Monochromatic Colors of #344EC4
Black with #344EC4
Text Example
Text Example
White with #344EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344EC4; }
p { color: rgb(52,78,196); }
H1.HeaderClassName
{
color: #344EC4;
}
.AnyTagClassName
{
color: #344EC4;
}
</style>
background-color css
<style>
a { background-color: #344EC4; }
a { background-color: rgb(52,78,196); }
div.DivClassName
{
background-color: #344EC4;
}
.BgClassName
{
background-color: #344EC4;
}
</style>
border-color css
<style>
span { border-color: #344EC4; }
span { border-color: rgb(52,78,196); }
td.TdClassName
{
border-color: #344EC4;
}
.TagClassName
{
border-color: #344EC4;
}
</style>