Shades of Cerulean Blue #344DB4
Tints of Cerulean Blue #344DB4
RGB
CMYK
RGB Variations
Color information
#344DB4 (or 0x344DB4) is known color: Cerulean Blue. HEX triplet: 34, 4D and B4. RGB value is (52,77,180). Sum of RGB (Red+Green+Blue) = 52+77+180=309 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.83% from 309); Green value is 77 (30.47% from 255 or 24.92% from 309); Blue value is 180 (70.70% from 255 or 58.25% from 309); Max value from RGB is 180 - color contains mainly: blue. Hex color #344DB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #344DB4 is #CBB24B. Grayscale: #505050. Windows color (decimal): -13349452 or 11816244. OLE color: 11816244.
HSL color Cylindrical-coordinate representation of color #344DB4: hue angle of 228.28º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #344DB4 is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 52 | 77 | 180 | - |
| CMYK | 0.71 | 0.57 | 0 | 0.29 |
| HSL | 228.28º | 0.55% | 0.45% | - |
| HSV(B) | 228.28º | 0.71% | 0.71% | - |
| XYZ | 12.31 | 9.33 | 44.33 | - |
| YUV | 81.27 | 183.72 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 77 | 180 | 0.71 | 0.57 | 0 | 0.29 | 228.28 | 0.55 | 0.45 |
| Hex | 34 | 4D | B4 | 47 | 39 | 0 | 1D | E4 | 37 | 2D |
| Octal | 64 | 115 | 264 | 107 | 71 | 0 | 35 | 344 | 67 | 55 |
| Binary | 110100 | 1001101 | 10110100 | 1000111 | 111001 | 0 | 11101 | 11100100 | 110111 | 101101 |
Color Harmonies of #344DB4
Complementary color
Monochromatic Colors of #344DB4
Black with #344DB4
Text Example
Text Example
White with #344DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344DB4; }
p { color: rgb(52,77,180); }
H1.HeaderClassName
{
color: #344DB4;
}
.AnyTagClassName
{
color: #344DB4;
}
</style>
background-color css
<style>
a { background-color: #344DB4; }
a { background-color: rgb(52,77,180); }
div.DivClassName
{
background-color: #344DB4;
}
.BgClassName
{
background-color: #344DB4;
}
</style>
border-color css
<style>
span { border-color: #344DB4; }
span { border-color: rgb(52,77,180); }
td.TdClassName
{
border-color: #344DB4;
}
.TagClassName
{
border-color: #344DB4;
}
</style>