Shades of Cerulean Blue #344AAA
Tints of Cerulean Blue #344AAA
RGB
CMYK
RGB Variations
Color information
#344AAA (or 0x344AAA) is known color: Cerulean Blue. HEX triplet: 34, 4A and AA. RGB value is (52,74,170). Sum of RGB (Red+Green+Blue) = 52+74+170=296 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.57% from 296); Green value is 74 (29.30% from 255 or 25% from 296); Blue value is 170 (66.80% from 255 or 57.43% from 296); Max value from RGB is 170 - color contains mainly: blue. Hex color #344AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #344AAA is #CBB555. Grayscale: #4D4D4D. Windows color (decimal): -13350230 or 11160116. OLE color: 11160116.
HSL color Cylindrical-coordinate representation of color #344AAA: hue angle of 228.81º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #344AAA is Cyan = 0.69, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 52 | 74 | 170 | - |
| CMYK | 0.69 | 0.56 | 0 | 0.33 |
| HSL | 228.81º | 0.53% | 0.44% | - |
| HSV(B) | 228.81º | 0.69% | 0.67% | - |
| XYZ | 11.12 | 8.53 | 39.09 | - |
| YUV | 78.37 | 179.71 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 74 | 170 | 0.69 | 0.56 | 0 | 0.33 | 228.81 | 0.53 | 0.44 |
| Hex | 34 | 4A | AA | 45 | 38 | 0 | 21 | E5 | 35 | 2C |
| Octal | 64 | 112 | 252 | 105 | 70 | 0 | 41 | 345 | 65 | 54 |
| Binary | 110100 | 1001010 | 10101010 | 1000101 | 111000 | 0 | 100001 | 11100101 | 110101 | 101100 |
Color Harmonies of #344AAA
Complementary color
Monochromatic Colors of #344AAA
Black with #344AAA
Text Example
Text Example
White with #344AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344AAA; }
p { color: rgb(52,74,170); }
H1.HeaderClassName
{
color: #344AAA;
}
.AnyTagClassName
{
color: #344AAA;
}
</style>
background-color css
<style>
a { background-color: #344AAA; }
a { background-color: rgb(52,74,170); }
div.DivClassName
{
background-color: #344AAA;
}
.BgClassName
{
background-color: #344AAA;
}
</style>
border-color css
<style>
span { border-color: #344AAA; }
span { border-color: rgb(52,74,170); }
td.TdClassName
{
border-color: #344AAA;
}
.TagClassName
{
border-color: #344AAA;
}
</style>