Shades of Cerulean Blue #3A44AB
Tints of Cerulean Blue #3A44AB
RGB
CMYK
RGB Variations
Color information
#3A44AB (or 0x3A44AB) is known color: Cerulean Blue. HEX triplet: 3A, 44 and AB. RGB value is (58,68,171). Sum of RGB (Red+Green+Blue) = 58+68+171=297 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.53% from 297); Green value is 68 (26.95% from 255 or 22.90% from 297); Blue value is 171 (67.19% from 255 or 57.58% from 297); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A44AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A44AB is #C5BB54. Grayscale: #4C4C4C. Windows color (decimal): -12958549 or 11224122. OLE color: 11224122.
HSL color Cylindrical-coordinate representation of color #3A44AB: hue angle of 234.69º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3A44AB is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 68 | 171 | - |
| CMYK | 0.66 | 0.60 | 0 | 0.33 |
| HSL | 234.69º | 0.49% | 0.45% | - |
| HSV(B) | 234.69º | 0.66% | 0.67% | - |
| XYZ | 11.16 | 7.97 | 39.48 | - |
| YUV | 76.75 | 181.19 | 114.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 68 | 171 | 0.66 | 0.60 | 0 | 0.33 | 234.69 | 0.49 | 0.45 |
| Hex | 3A | 44 | AB | 42 | 3C | 0 | 21 | EB | 31 | 2D |
| Octal | 72 | 104 | 253 | 102 | 74 | 0 | 41 | 353 | 61 | 55 |
| Binary | 111010 | 1000100 | 10101011 | 1000010 | 111100 | 0 | 100001 | 11101011 | 110001 | 101101 |
Color Harmonies of #3A44AB
Complementary color
Monochromatic Colors of #3A44AB
Black with #3A44AB
Text Example
Text Example
White with #3A44AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A44AB; }
p { color: rgb(58,68,171); }
H1.HeaderClassName
{
color: #3A44AB;
}
.AnyTagClassName
{
color: #3A44AB;
}
</style>
background-color css
<style>
a { background-color: #3A44AB; }
a { background-color: rgb(58,68,171); }
div.DivClassName
{
background-color: #3A44AB;
}
.BgClassName
{
background-color: #3A44AB;
}
</style>
border-color css
<style>
span { border-color: #3A44AB; }
span { border-color: rgb(58,68,171); }
td.TdClassName
{
border-color: #3A44AB;
}
.TagClassName
{
border-color: #3A44AB;
}
</style>