Shades of Cerulean Blue #344EC2
Tints of Cerulean Blue #344EC2
RGB
CMYK
RGB Variations
Color information
#344EC2 (or 0x344EC2) is known color: Cerulean Blue. HEX triplet: 34, 4E and C2. RGB value is (52,78,194). Sum of RGB (Red+Green+Blue) = 52+78+194=324 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.05% from 324); Green value is 78 (30.86% from 255 or 24.07% from 324); Blue value is 194 (76.17% from 255 or 59.88% from 324); Max value from RGB is 194 - color contains mainly: blue. Hex color #344EC2 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #344EC2 is #CBB13D. Grayscale: #525252. Windows color (decimal): -13349182 or 12734004. OLE color: 12734004.
HSL color Cylindrical-coordinate representation of color #344EC2: hue angle of 229.01º 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 #344EC2 is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 52 | 78 | 194 | - |
| CMYK | 0.73 | 0.60 | 0 | 0.24 |
| HSL | 229.01º | 0.58% | 0.48% | - |
| HSV(B) | 229.01º | 0.73% | 0.76% | - |
| XYZ | 13.88 | 10.07 | 52.25 | - |
| YUV | 83.45 | 190.39 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 78 | 194 | 0.73 | 0.60 | 0 | 0.24 | 229.01 | 0.58 | 0.48 |
| Hex | 34 | 4E | C2 | 49 | 3C | 0 | 18 | E5 | 3A | 30 |
| Octal | 64 | 116 | 302 | 111 | 74 | 0 | 30 | 345 | 72 | 60 |
| Binary | 110100 | 1001110 | 11000010 | 1001001 | 111100 | 0 | 11000 | 11100101 | 111010 | 110000 |
Color Harmonies of #344EC2
Complementary color
Monochromatic Colors of #344EC2
Black with #344EC2
Text Example
Text Example
White with #344EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344EC2; }
p { color: rgb(52,78,194); }
H1.HeaderClassName
{
color: #344EC2;
}
.AnyTagClassName
{
color: #344EC2;
}
</style>
background-color css
<style>
a { background-color: #344EC2; }
a { background-color: rgb(52,78,194); }
div.DivClassName
{
background-color: #344EC2;
}
.BgClassName
{
background-color: #344EC2;
}
</style>
border-color css
<style>
span { border-color: #344EC2; }
span { border-color: rgb(52,78,194); }
td.TdClassName
{
border-color: #344EC2;
}
.TagClassName
{
border-color: #344EC2;
}
</style>