Shades of Cerulean Blue #344DBB
Tints of Cerulean Blue #344DBB
RGB
CMYK
RGB Variations
Color information
#344DBB (or 0x344DBB) is known color: Cerulean Blue. HEX triplet: 34, 4D and BB. RGB value is (52,77,187). Sum of RGB (Red+Green+Blue) = 52+77+187=316 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.46% from 316); Green value is 77 (30.47% from 255 or 24.37% from 316); Blue value is 187 (73.44% from 255 or 59.18% from 316); Max value from RGB is 187 - color contains mainly: blue. Hex color #344DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #344DBB is #CBB244. Grayscale: #515151. Windows color (decimal): -13349445 or 12274996. OLE color: 12274996.
HSL color Cylindrical-coordinate representation of color #344DBB: hue angle of 228.89º 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 #344DBB is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 77 | 187 | - |
| CMYK | 0.72 | 0.59 | 0 | 0.27 |
| HSL | 228.89º | 0.56% | 0.47% | - |
| HSV(B) | 228.89º | 0.72% | 0.73% | - |
| XYZ | 13.04 | 9.63 | 48.18 | - |
| YUV | 82.07 | 187.22 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 77 | 187 | 0.72 | 0.59 | 0 | 0.27 | 228.89 | 0.56 | 0.47 |
| Hex | 34 | 4D | BB | 48 | 3B | 0 | 1B | E5 | 38 | 2F |
| Octal | 64 | 115 | 273 | 110 | 73 | 0 | 33 | 345 | 70 | 57 |
| Binary | 110100 | 1001101 | 10111011 | 1001000 | 111011 | 0 | 11011 | 11100101 | 111000 | 101111 |
Color Harmonies of #344DBB
Complementary color
Monochromatic Colors of #344DBB
Black with #344DBB
Text Example
Text Example
White with #344DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344DBB; }
p { color: rgb(52,77,187); }
H1.HeaderClassName
{
color: #344DBB;
}
.AnyTagClassName
{
color: #344DBB;
}
</style>
background-color css
<style>
a { background-color: #344DBB; }
a { background-color: rgb(52,77,187); }
div.DivClassName
{
background-color: #344DBB;
}
.BgClassName
{
background-color: #344DBB;
}
</style>
border-color css
<style>
span { border-color: #344DBB; }
span { border-color: rgb(52,77,187); }
td.TdClassName
{
border-color: #344DBB;
}
.TagClassName
{
border-color: #344DBB;
}
</style>