Shades of Cerulean Blue #344DBA
Tints of Cerulean Blue #344DBA
RGB
CMYK
RGB Variations
Color information
#344DBA (or 0x344DBA) is known color: Cerulean Blue. HEX triplet: 34, 4D and BA. RGB value is (52,77,186). Sum of RGB (Red+Green+Blue) = 52+77+186=315 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.51% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 186 (73.05% from 255 or 59.05% from 315); Max value from RGB is 186 - color contains mainly: blue. Hex color #344DBA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #344DBA is #CBB245. Grayscale: #515151. Windows color (decimal): -13349446 or 12209460. OLE color: 12209460.
HSL color Cylindrical-coordinate representation of color #344DBA: hue angle of 228.81º 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 #344DBA is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 77 | 186 | - |
| CMYK | 0.72 | 0.59 | 0 | 0.27 |
| HSL | 228.81º | 0.56% | 0.47% | - |
| HSV(B) | 228.81º | 0.72% | 0.73% | - |
| XYZ | 12.93 | 9.58 | 47.62 | - |
| YUV | 81.95 | 186.72 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 77 | 186 | 0.72 | 0.59 | 0 | 0.27 | 228.81 | 0.56 | 0.47 |
| Hex | 34 | 4D | BA | 48 | 3B | 0 | 1B | E5 | 38 | 2F |
| Octal | 64 | 115 | 272 | 110 | 73 | 0 | 33 | 345 | 70 | 57 |
| Binary | 110100 | 1001101 | 10111010 | 1001000 | 111011 | 0 | 11011 | 11100101 | 111000 | 101111 |
Color Harmonies of #344DBA
Complementary color
Monochromatic Colors of #344DBA
Black with #344DBA
Text Example
Text Example
White with #344DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344DBA; }
p { color: rgb(52,77,186); }
H1.HeaderClassName
{
color: #344DBA;
}
.AnyTagClassName
{
color: #344DBA;
}
</style>
background-color css
<style>
a { background-color: #344DBA; }
a { background-color: rgb(52,77,186); }
div.DivClassName
{
background-color: #344DBA;
}
.BgClassName
{
background-color: #344DBA;
}
</style>
border-color css
<style>
span { border-color: #344DBA; }
span { border-color: rgb(52,77,186); }
td.TdClassName
{
border-color: #344DBA;
}
.TagClassName
{
border-color: #344DBA;
}
</style>