Shades of Cerulean Blue #344AB8
Tints of Cerulean Blue #344AB8
RGB
CMYK
RGB Variations
Color information
#344AB8 (or 0x344AB8) is known color: Cerulean Blue. HEX triplet: 34, 4A and B8. RGB value is (52,74,184). Sum of RGB (Red+Green+Blue) = 52+74+184=310 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.77% from 310); Green value is 74 (29.30% from 255 or 23.87% from 310); Blue value is 184 (72.27% from 255 or 59.35% from 310); Max value from RGB is 184 - color contains mainly: blue. Hex color #344AB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #344AB8 is #CBB547. Grayscale: #4F4F4F. Windows color (decimal): -13350216 or 12077620. OLE color: 12077620.
HSL color Cylindrical-coordinate representation of color #344AB8: hue angle of 230º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #344AB8 is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 52 | 74 | 184 | - |
| CMYK | 0.72 | 0.60 | 0 | 0.28 |
| HSL | 230º | 0.56% | 0.46% | - |
| HSV(B) | 230º | 0.72% | 0.72% | - |
| XYZ | 12.52 | 9.09 | 46.44 | - |
| YUV | 79.96 | 186.71 | 108.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 74 | 184 | 0.72 | 0.60 | 0 | 0.28 | 230 | 0.56 | 0.46 |
| Hex | 34 | 4A | B8 | 48 | 3C | 0 | 1C | E6 | 38 | 2E |
| Octal | 64 | 112 | 270 | 110 | 74 | 0 | 34 | 346 | 70 | 56 |
| Binary | 110100 | 1001010 | 10111000 | 1001000 | 111100 | 0 | 11100 | 11100110 | 111000 | 101110 |
Color Harmonies of #344AB8
Complementary color
Monochromatic Colors of #344AB8
Black with #344AB8
Text Example
Text Example
White with #344AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344AB8; }
p { color: rgb(52,74,184); }
H1.HeaderClassName
{
color: #344AB8;
}
.AnyTagClassName
{
color: #344AB8;
}
</style>
background-color css
<style>
a { background-color: #344AB8; }
a { background-color: rgb(52,74,184); }
div.DivClassName
{
background-color: #344AB8;
}
.BgClassName
{
background-color: #344AB8;
}
</style>
border-color css
<style>
span { border-color: #344AB8; }
span { border-color: rgb(52,74,184); }
td.TdClassName
{
border-color: #344AB8;
}
.TagClassName
{
border-color: #344AB8;
}
</style>