Shades of Cerulean Blue #344DB0
Tints of Cerulean Blue #344DB0
RGB
CMYK
RGB Variations
Color information
#344DB0 (or 0x344DB0) is known color: Cerulean Blue. HEX triplet: 34, 4D and B0. RGB value is (52,77,176). Sum of RGB (Red+Green+Blue) = 52+77+176=305 (40% of max value = 765). Red value is 52 (20.70% from 255 or 17.05% from 305); Green value is 77 (30.47% from 255 or 25.25% from 305); Blue value is 176 (69.14% from 255 or 57.70% from 305); Max value from RGB is 176 - color contains mainly: blue. Hex color #344DB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #344DB0 is #CBB24F. Grayscale: #505050. Windows color (decimal): -13349456 or 11554100. OLE color: 11554100.
HSL color Cylindrical-coordinate representation of color #344DB0: hue angle of 227.9º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #344DB0 is Cyan = 0.70, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 77 | 176 | - |
| CMYK | 0.70 | 0.56 | 0 | 0.31 |
| HSL | 227.9º | 0.54% | 0.45% | - |
| HSV(B) | 227.9º | 0.7% | 0.69% | - |
| XYZ | 11.91 | 9.17 | 42.22 | - |
| YUV | 80.81 | 181.72 | 107.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 77 | 176 | 0.70 | 0.56 | 0 | 0.31 | 227.9 | 0.54 | 0.45 |
| Hex | 34 | 4D | B0 | 46 | 38 | 0 | 1F | E4 | 36 | 2D |
| Octal | 64 | 115 | 260 | 106 | 70 | 0 | 37 | 344 | 66 | 55 |
| Binary | 110100 | 1001101 | 10110000 | 1000110 | 111000 | 0 | 11111 | 11100100 | 110110 | 101101 |
Color Harmonies of #344DB0
Complementary color
Monochromatic Colors of #344DB0
Black with #344DB0
Text Example
Text Example
White with #344DB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344DB0; }
p { color: rgb(52,77,176); }
H1.HeaderClassName
{
color: #344DB0;
}
.AnyTagClassName
{
color: #344DB0;
}
</style>
background-color css
<style>
a { background-color: #344DB0; }
a { background-color: rgb(52,77,176); }
div.DivClassName
{
background-color: #344DB0;
}
.BgClassName
{
background-color: #344DB0;
}
</style>
border-color css
<style>
span { border-color: #344DB0; }
span { border-color: rgb(52,77,176); }
td.TdClassName
{
border-color: #344DB0;
}
.TagClassName
{
border-color: #344DB0;
}
</style>