Shades of Cerulean Blue #344EBA
Tints of Cerulean Blue #344EBA
RGB
CMYK
RGB Variations
Color information
#344EBA (or 0x344EBA) is known color: Cerulean Blue. HEX triplet: 34, 4E and BA. RGB value is (52,78,186). Sum of RGB (Red+Green+Blue) = 52+78+186=316 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.46% from 316); Green value is 78 (30.86% from 255 or 24.68% from 316); Blue value is 186 (73.05% from 255 or 58.86% from 316); Max value from RGB is 186 - color contains mainly: blue. Hex color #344EBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #344EBA is #CBB145. Grayscale: #525252. Windows color (decimal): -13349190 or 12209716. OLE color: 12209716.
HSL color Cylindrical-coordinate representation of color #344EBA: hue angle of 228.36º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #344EBA is Cyan = 0.72, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 78 | 186 | - |
| CMYK | 0.72 | 0.58 | 0 | 0.27 |
| HSL | 228.36º | 0.56% | 0.47% | - |
| HSV(B) | 228.36º | 0.72% | 0.73% | - |
| XYZ | 13 | 9.72 | 47.65 | - |
| YUV | 82.54 | 186.39 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 78 | 186 | 0.72 | 0.58 | 0 | 0.27 | 228.36 | 0.56 | 0.47 |
| Hex | 34 | 4E | BA | 48 | 3A | 0 | 1B | E4 | 38 | 2F |
| Octal | 64 | 116 | 272 | 110 | 72 | 0 | 33 | 344 | 70 | 57 |
| Binary | 110100 | 1001110 | 10111010 | 1001000 | 111010 | 0 | 11011 | 11100100 | 111000 | 101111 |
Color Harmonies of #344EBA
Complementary color
Monochromatic Colors of #344EBA
Black with #344EBA
Text Example
Text Example
White with #344EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344EBA; }
p { color: rgb(52,78,186); }
H1.HeaderClassName
{
color: #344EBA;
}
.AnyTagClassName
{
color: #344EBA;
}
</style>
background-color css
<style>
a { background-color: #344EBA; }
a { background-color: rgb(52,78,186); }
div.DivClassName
{
background-color: #344EBA;
}
.BgClassName
{
background-color: #344EBA;
}
</style>
border-color css
<style>
span { border-color: #344EBA; }
span { border-color: rgb(52,78,186); }
td.TdClassName
{
border-color: #344EBA;
}
.TagClassName
{
border-color: #344EBA;
}
</style>