Shades of Cerulean Blue #344FC0
Tints of Cerulean Blue #344FC0
RGB
CMYK
RGB Variations
Color information
#344FC0 (or 0x344FC0) is known color: Cerulean Blue. HEX triplet: 34, 4F and C0. RGB value is (52,79,192). Sum of RGB (Red+Green+Blue) = 52+79+192=323 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.10% from 323); Green value is 79 (31.25% from 255 or 24.46% from 323); Blue value is 192 (75.39% from 255 or 59.44% from 323); Max value from RGB is 192 - color contains mainly: blue. Hex color #344FC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #344FC0 is #CBB03F. Grayscale: #535353. Windows color (decimal): -13348928 or 12603188. OLE color: 12603188.
HSL color Cylindrical-coordinate representation of color #344FC0: hue angle of 228.43º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #344FC0 is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 52 | 79 | 192 | - |
| CMYK | 0.73 | 0.59 | 0 | 0.25 |
| HSL | 228.43º | 0.57% | 0.48% | - |
| HSV(B) | 228.43º | 0.73% | 0.75% | - |
| XYZ | 13.73 | 10.13 | 51.1 | - |
| YUV | 83.81 | 189.05 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 79 | 192 | 0.73 | 0.59 | 0 | 0.25 | 228.43 | 0.57 | 0.48 |
| Hex | 34 | 4F | C0 | 49 | 3B | 0 | 19 | E4 | 39 | 30 |
| Octal | 64 | 117 | 300 | 111 | 73 | 0 | 31 | 344 | 71 | 60 |
| Binary | 110100 | 1001111 | 11000000 | 1001001 | 111011 | 0 | 11001 | 11100100 | 111001 | 110000 |
Color Harmonies of #344FC0
Complementary color
Monochromatic Colors of #344FC0
Black with #344FC0
Text Example
Text Example
White with #344FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344FC0; }
p { color: rgb(52,79,192); }
H1.HeaderClassName
{
color: #344FC0;
}
.AnyTagClassName
{
color: #344FC0;
}
</style>
background-color css
<style>
a { background-color: #344FC0; }
a { background-color: rgb(52,79,192); }
div.DivClassName
{
background-color: #344FC0;
}
.BgClassName
{
background-color: #344FC0;
}
</style>
border-color css
<style>
span { border-color: #344FC0; }
span { border-color: rgb(52,79,192); }
td.TdClassName
{
border-color: #344FC0;
}
.TagClassName
{
border-color: #344FC0;
}
</style>