Shades of Cerulean Blue #344DB3
Tints of Cerulean Blue #344DB3
RGB
CMYK
RGB Variations
Color information
#344DB3 (or 0x344DB3) is known color: Cerulean Blue. HEX triplet: 34, 4D and B3. RGB value is (52,77,179). Sum of RGB (Red+Green+Blue) = 52+77+179=308 (40% of max value = 765). Red value is 52 (20.70% from 255 or 16.88% from 308); Green value is 77 (30.47% from 255 or 25% from 308); Blue value is 179 (70.31% from 255 or 58.12% from 308); Max value from RGB is 179 - color contains mainly: blue. Hex color #344DB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #344DB3 is #CBB24C. Grayscale: #505050. Windows color (decimal): -13349453 or 11750708. OLE color: 11750708.
HSL color Cylindrical-coordinate representation of color #344DB3: hue angle of 228.19º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #344DB3 is Cyan = 0.71, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 52 | 77 | 179 | - |
| CMYK | 0.71 | 0.57 | 0 | 0.30 |
| HSL | 228.19º | 0.55% | 0.45% | - |
| HSV(B) | 228.19º | 0.71% | 0.7% | - |
| XYZ | 12.21 | 9.29 | 43.8 | - |
| YUV | 81.15 | 183.22 | 107.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 77 | 179 | 0.71 | 0.57 | 0 | 0.30 | 228.19 | 0.55 | 0.45 |
| Hex | 34 | 4D | B3 | 47 | 39 | 0 | 1E | E4 | 37 | 2D |
| Octal | 64 | 115 | 263 | 107 | 71 | 0 | 36 | 344 | 67 | 55 |
| Binary | 110100 | 1001101 | 10110011 | 1000111 | 111001 | 0 | 11110 | 11100100 | 110111 | 101101 |
Color Harmonies of #344DB3
Complementary color
Monochromatic Colors of #344DB3
Black with #344DB3
Text Example
Text Example
White with #344DB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344DB3; }
p { color: rgb(52,77,179); }
H1.HeaderClassName
{
color: #344DB3;
}
.AnyTagClassName
{
color: #344DB3;
}
</style>
background-color css
<style>
a { background-color: #344DB3; }
a { background-color: rgb(52,77,179); }
div.DivClassName
{
background-color: #344DB3;
}
.BgClassName
{
background-color: #344DB3;
}
</style>
border-color css
<style>
span { border-color: #344DB3; }
span { border-color: rgb(52,77,179); }
td.TdClassName
{
border-color: #344DB3;
}
.TagClassName
{
border-color: #344DB3;
}
</style>