Shades of Cerulean Blue #344DBD
Tints of Cerulean Blue #344DBD
RGB
CMYK
RGB Variations
Color information
#344DBD (or 0x344DBD) is known color: Cerulean Blue. HEX triplet: 34, 4D and BD. RGB value is (52,77,189). Sum of RGB (Red+Green+Blue) = 52+77+189=318 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.35% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 189 (74.22% from 255 or 59.43% from 318); Max value from RGB is 189 - color contains mainly: blue. Hex color #344DBD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #344DBD is #CBB242. Grayscale: #515151. Windows color (decimal): -13349443 or 12406068. OLE color: 12406068.
HSL color Cylindrical-coordinate representation of color #344DBD: hue angle of 229.05º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #344DBD is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 52 | 77 | 189 | - |
| CMYK | 0.72 | 0.59 | 0 | 0.26 |
| HSL | 229.05º | 0.57% | 0.47% | - |
| HSV(B) | 229.05º | 0.72% | 0.74% | - |
| XYZ | 13.26 | 9.71 | 49.32 | - |
| YUV | 82.29 | 188.22 | 106.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 77 | 189 | 0.72 | 0.59 | 0 | 0.26 | 229.05 | 0.57 | 0.47 |
| Hex | 34 | 4D | BD | 48 | 3B | 0 | 1A | E5 | 39 | 2F |
| Octal | 64 | 115 | 275 | 110 | 73 | 0 | 32 | 345 | 71 | 57 |
| Binary | 110100 | 1001101 | 10111101 | 1001000 | 111011 | 0 | 11010 | 11100101 | 111001 | 101111 |
Color Harmonies of #344DBD
Complementary color
Monochromatic Colors of #344DBD
Black with #344DBD
Text Example
Text Example
White with #344DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344DBD; }
p { color: rgb(52,77,189); }
H1.HeaderClassName
{
color: #344DBD;
}
.AnyTagClassName
{
color: #344DBD;
}
</style>
background-color css
<style>
a { background-color: #344DBD; }
a { background-color: rgb(52,77,189); }
div.DivClassName
{
background-color: #344DBD;
}
.BgClassName
{
background-color: #344DBD;
}
</style>
border-color css
<style>
span { border-color: #344DBD; }
span { border-color: rgb(52,77,189); }
td.TdClassName
{
border-color: #344DBD;
}
.TagClassName
{
border-color: #344DBD;
}
</style>