Shades of Cerulean Blue #344AC1
Tints of Cerulean Blue #344AC1
RGB
CMYK
RGB Variations
Color information
#344AC1 (or 0x344AC1) is known color: Cerulean Blue. HEX triplet: 34, 4A and C1. RGB value is (52,74,193). Sum of RGB (Red+Green+Blue) = 52+74+193=319 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.30% from 319); Green value is 74 (29.30% from 255 or 23.20% from 319); Blue value is 193 (75.78% from 255 or 60.50% from 319); Max value from RGB is 193 - color contains mainly: blue. Hex color #344AC1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #344AC1 is #CBB53E. Grayscale: #505050. Windows color (decimal): -13350207 or 12667444. OLE color: 12667444.
HSL color Cylindrical-coordinate representation of color #344AC1: hue angle of 230.64º 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 #344AC1 is Cyan = 0.73, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 52 | 74 | 193 | - |
| CMYK | 0.73 | 0.62 | 0 | 0.24 |
| HSL | 230.64º | 0.58% | 0.48% | - |
| HSV(B) | 230.64º | 0.73% | 0.76% | - |
| XYZ | 13.49 | 9.48 | 51.57 | - |
| YUV | 80.99 | 191.21 | 107.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 74 | 193 | 0.73 | 0.62 | 0 | 0.24 | 230.64 | 0.58 | 0.48 |
| Hex | 34 | 4A | C1 | 49 | 3E | 0 | 18 | E7 | 3A | 30 |
| Octal | 64 | 112 | 301 | 111 | 76 | 0 | 30 | 347 | 72 | 60 |
| Binary | 110100 | 1001010 | 11000001 | 1001001 | 111110 | 0 | 11000 | 11100111 | 111010 | 110000 |
Color Harmonies of #344AC1
Complementary color
Monochromatic Colors of #344AC1
Black with #344AC1
Text Example
Text Example
White with #344AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344AC1; }
p { color: rgb(52,74,193); }
H1.HeaderClassName
{
color: #344AC1;
}
.AnyTagClassName
{
color: #344AC1;
}
</style>
background-color css
<style>
a { background-color: #344AC1; }
a { background-color: rgb(52,74,193); }
div.DivClassName
{
background-color: #344AC1;
}
.BgClassName
{
background-color: #344AC1;
}
</style>
border-color css
<style>
span { border-color: #344AC1; }
span { border-color: rgb(52,74,193); }
td.TdClassName
{
border-color: #344AC1;
}
.TagClassName
{
border-color: #344AC1;
}
</style>