Shades of Cerulean Blue #344DBE
Tints of Cerulean Blue #344DBE
RGB
CMYK
RGB Variations
Color information
#344DBE (or 0x344DBE) is known color: Cerulean Blue. HEX triplet: 34, 4D and BE. RGB value is (52,77,190). Sum of RGB (Red+Green+Blue) = 52+77+190=319 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.30% from 319); Green value is 77 (30.47% from 255 or 24.14% from 319); Blue value is 190 (74.61% from 255 or 59.56% from 319); Max value from RGB is 190 - color contains mainly: blue. Hex color #344DBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #344DBE is #CBB241. Grayscale: #515151. Windows color (decimal): -13349442 or 12471604. OLE color: 12471604.
HSL color Cylindrical-coordinate representation of color #344DBE: hue angle of 229.13º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #344DBE is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 77 | 190 | - |
| CMYK | 0.73 | 0.59 | 0 | 0.25 |
| HSL | 229.13º | 0.57% | 0.47% | - |
| HSV(B) | 229.13º | 0.73% | 0.75% | - |
| XYZ | 13.36 | 9.76 | 49.89 | - |
| YUV | 82.41 | 188.72 | 106.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 77 | 190 | 0.73 | 0.59 | 0 | 0.25 | 229.13 | 0.57 | 0.47 |
| Hex | 34 | 4D | BE | 49 | 3B | 0 | 19 | E5 | 39 | 2F |
| Octal | 64 | 115 | 276 | 111 | 73 | 0 | 31 | 345 | 71 | 57 |
| Binary | 110100 | 1001101 | 10111110 | 1001001 | 111011 | 0 | 11001 | 11100101 | 111001 | 101111 |
Color Harmonies of #344DBE
Complementary color
Monochromatic Colors of #344DBE
Black with #344DBE
Text Example
Text Example
White with #344DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344DBE; }
p { color: rgb(52,77,190); }
H1.HeaderClassName
{
color: #344DBE;
}
.AnyTagClassName
{
color: #344DBE;
}
</style>
background-color css
<style>
a { background-color: #344DBE; }
a { background-color: rgb(52,77,190); }
div.DivClassName
{
background-color: #344DBE;
}
.BgClassName
{
background-color: #344DBE;
}
</style>
border-color css
<style>
span { border-color: #344DBE; }
span { border-color: rgb(52,77,190); }
td.TdClassName
{
border-color: #344DBE;
}
.TagClassName
{
border-color: #344DBE;
}
</style>