Shades of Cerulean Blue #344FC2
Tints of Cerulean Blue #344FC2
RGB
CMYK
RGB Variations
Color information
#344FC2 (or 0x344FC2) is known color: Cerulean Blue. HEX triplet: 34, 4F and C2. RGB value is (52,79,194). Sum of RGB (Red+Green+Blue) = 52+79+194=325 (43% of max value = 765). Red value is 52 (20.70% from 255 or 16% from 325); Green value is 79 (31.25% from 255 or 24.31% from 325); Blue value is 194 (76.17% from 255 or 59.69% from 325); Max value from RGB is 194 - color contains mainly: blue. Hex color #344FC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #344FC2 is #CBB03D. Grayscale: #535353. Windows color (decimal): -13348926 or 12734260. OLE color: 12734260.
HSL color Cylindrical-coordinate representation of color #344FC2: hue angle of 228.59º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #344FC2 is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 52 | 79 | 194 | - |
| CMYK | 0.73 | 0.59 | 0 | 0.24 |
| HSL | 228.59º | 0.58% | 0.48% | - |
| HSV(B) | 228.59º | 0.73% | 0.76% | - |
| XYZ | 13.95 | 10.22 | 52.28 | - |
| YUV | 84.04 | 190.05 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 79 | 194 | 0.73 | 0.59 | 0 | 0.24 | 228.59 | 0.58 | 0.48 |
| Hex | 34 | 4F | C2 | 49 | 3B | 0 | 18 | E5 | 3A | 30 |
| Octal | 64 | 117 | 302 | 111 | 73 | 0 | 30 | 345 | 72 | 60 |
| Binary | 110100 | 1001111 | 11000010 | 1001001 | 111011 | 0 | 11000 | 11100101 | 111010 | 110000 |
Color Harmonies of #344FC2
Complementary color
Monochromatic Colors of #344FC2
Black with #344FC2
Text Example
Text Example
White with #344FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344FC2; }
p { color: rgb(52,79,194); }
H1.HeaderClassName
{
color: #344FC2;
}
.AnyTagClassName
{
color: #344FC2;
}
</style>
background-color css
<style>
a { background-color: #344FC2; }
a { background-color: rgb(52,79,194); }
div.DivClassName
{
background-color: #344FC2;
}
.BgClassName
{
background-color: #344FC2;
}
</style>
border-color css
<style>
span { border-color: #344FC2; }
span { border-color: rgb(52,79,194); }
td.TdClassName
{
border-color: #344FC2;
}
.TagClassName
{
border-color: #344FC2;
}
</style>