Shades of Cerulean Blue #344DB1
Tints of Cerulean Blue #344DB1
RGB
CMYK
RGB Variations
Color information
#344DB1 (or 0x344DB1) is known color: Cerulean Blue. HEX triplet: 34, 4D and B1. RGB value is (52,77,177). Sum of RGB (Red+Green+Blue) = 52+77+177=306 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.99% from 306); Green value is 77 (30.47% from 255 or 25.16% from 306); Blue value is 177 (69.53% from 255 or 57.84% from 306); Max value from RGB is 177 - color contains mainly: blue. Hex color #344DB1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #344DB1 is #CBB24E. Grayscale: #505050. Windows color (decimal): -13349455 or 11619636. OLE color: 11619636.
HSL color Cylindrical-coordinate representation of color #344DB1: hue angle of 228º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #344DB1 is Cyan = 0.71, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 52 | 77 | 177 | - |
| CMYK | 0.71 | 0.56 | 0 | 0.31 |
| HSL | 228º | 0.55% | 0.45% | - |
| HSV(B) | 228º | 0.71% | 0.69% | - |
| XYZ | 12.01 | 9.21 | 42.74 | - |
| YUV | 80.93 | 182.22 | 107.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 77 | 177 | 0.71 | 0.56 | 0 | 0.31 | 228 | 0.55 | 0.45 |
| Hex | 34 | 4D | B1 | 47 | 38 | 0 | 1F | E4 | 37 | 2D |
| Octal | 64 | 115 | 261 | 107 | 70 | 0 | 37 | 344 | 67 | 55 |
| Binary | 110100 | 1001101 | 10110001 | 1000111 | 111000 | 0 | 11111 | 11100100 | 110111 | 101101 |
Color Harmonies of #344DB1
Complementary color
Monochromatic Colors of #344DB1
Black with #344DB1
Text Example
Text Example
White with #344DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344DB1; }
p { color: rgb(52,77,177); }
H1.HeaderClassName
{
color: #344DB1;
}
.AnyTagClassName
{
color: #344DB1;
}
</style>
background-color css
<style>
a { background-color: #344DB1; }
a { background-color: rgb(52,77,177); }
div.DivClassName
{
background-color: #344DB1;
}
.BgClassName
{
background-color: #344DB1;
}
</style>
border-color css
<style>
span { border-color: #344DB1; }
span { border-color: rgb(52,77,177); }
td.TdClassName
{
border-color: #344DB1;
}
.TagClassName
{
border-color: #344DB1;
}
</style>