Shades of Cerulean Blue #344ABA
Tints of Cerulean Blue #344ABA
RGB
CMYK
RGB Variations
Color information
#344ABA (or 0x344ABA) is known color: Cerulean Blue. HEX triplet: 34, 4A and BA. RGB value is (52,74,186). Sum of RGB (Red+Green+Blue) = 52+74+186=312 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.67% from 312); Green value is 74 (29.30% from 255 or 23.72% from 312); Blue value is 186 (73.05% from 255 or 59.62% from 312); Max value from RGB is 186 - color contains mainly: blue. Hex color #344ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #344ABA is #CBB545. Grayscale: #4F4F4F. Windows color (decimal): -13350214 or 12208692. OLE color: 12208692.
HSL color Cylindrical-coordinate representation of color #344ABA: hue angle of 230.15º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #344ABA is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 52 | 74 | 186 | - |
| CMYK | 0.72 | 0.60 | 0 | 0.27 |
| HSL | 230.15º | 0.56% | 0.47% | - |
| HSV(B) | 230.15º | 0.72% | 0.73% | - |
| XYZ | 12.73 | 9.17 | 47.55 | - |
| YUV | 80.19 | 187.71 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 74 | 186 | 0.72 | 0.60 | 0 | 0.27 | 230.15 | 0.56 | 0.47 |
| Hex | 34 | 4A | BA | 48 | 3C | 0 | 1B | E6 | 38 | 2F |
| Octal | 64 | 112 | 272 | 110 | 74 | 0 | 33 | 346 | 70 | 57 |
| Binary | 110100 | 1001010 | 10111010 | 1001000 | 111100 | 0 | 11011 | 11100110 | 111000 | 101111 |
Color Harmonies of #344ABA
Complementary color
Monochromatic Colors of #344ABA
Black with #344ABA
Text Example
Text Example
White with #344ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344ABA; }
p { color: rgb(52,74,186); }
H1.HeaderClassName
{
color: #344ABA;
}
.AnyTagClassName
{
color: #344ABA;
}
</style>
background-color css
<style>
a { background-color: #344ABA; }
a { background-color: rgb(52,74,186); }
div.DivClassName
{
background-color: #344ABA;
}
.BgClassName
{
background-color: #344ABA;
}
</style>
border-color css
<style>
span { border-color: #344ABA; }
span { border-color: rgb(52,74,186); }
td.TdClassName
{
border-color: #344ABA;
}
.TagClassName
{
border-color: #344ABA;
}
</style>