Shades of Cerulean Blue #344CA8
Tints of Cerulean Blue #344CA8
RGB
CMYK
RGB Variations
Color information
#344CA8 (or 0x344CA8) is known color: Cerulean Blue. HEX triplet: 34, 4C and A8. RGB value is (52,76,168). Sum of RGB (Red+Green+Blue) = 52+76+168=296 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.57% from 296); Green value is 76 (30.08% from 255 or 25.68% from 296); Blue value is 168 (66.02% from 255 or 56.76% from 296); Max value from RGB is 168 - color contains mainly: blue. Hex color #344CA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344CA8 is #CBB357. Grayscale: #4E4E4E. Windows color (decimal): -13349720 or 11029556. OLE color: 11029556.
HSL color Cylindrical-coordinate representation of color #344CA8: hue angle of 227.59º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #344CA8 is Cyan = 0.69, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 52 | 76 | 168 | - |
| CMYK | 0.69 | 0.55 | 0 | 0.34 |
| HSL | 227.59º | 0.53% | 0.43% | - |
| HSV(B) | 227.59º | 0.69% | 0.66% | - |
| XYZ | 11.07 | 8.73 | 38.15 | - |
| YUV | 79.31 | 178.05 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 76 | 168 | 0.69 | 0.55 | 0 | 0.34 | 227.59 | 0.53 | 0.43 |
| Hex | 34 | 4C | A8 | 45 | 37 | 0 | 22 | E4 | 35 | 2B |
| Octal | 64 | 114 | 250 | 105 | 67 | 0 | 42 | 344 | 65 | 53 |
| Binary | 110100 | 1001100 | 10101000 | 1000101 | 110111 | 0 | 100010 | 11100100 | 110101 | 101011 |
Color Harmonies of #344CA8
Complementary color
Monochromatic Colors of #344CA8
Black with #344CA8
Text Example
Text Example
White with #344CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344CA8; }
p { color: rgb(52,76,168); }
H1.HeaderClassName
{
color: #344CA8;
}
.AnyTagClassName
{
color: #344CA8;
}
</style>
background-color css
<style>
a { background-color: #344CA8; }
a { background-color: rgb(52,76,168); }
div.DivClassName
{
background-color: #344CA8;
}
.BgClassName
{
background-color: #344CA8;
}
</style>
border-color css
<style>
span { border-color: #344CA8; }
span { border-color: rgb(52,76,168); }
td.TdClassName
{
border-color: #344CA8;
}
.TagClassName
{
border-color: #344CA8;
}
</style>