Shades of Cerulean Blue #3A46AB
Tints of Cerulean Blue #3A46AB
RGB
CMYK
RGB Variations
Color information
#3A46AB (or 0x3A46AB) is known color: Cerulean Blue. HEX triplet: 3A, 46 and AB. RGB value is (58,70,171). Sum of RGB (Red+Green+Blue) = 58+70+171=299 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.40% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 171 (67.19% from 255 or 57.19% from 299); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A46AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A46AB is #C5B954. Grayscale: #4D4D4D. Windows color (decimal): -12958037 or 11224634. OLE color: 11224634.
HSL color Cylindrical-coordinate representation of color #3A46AB: hue angle of 233.63º 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 #3A46AB is Cyan = 0.66, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 70 | 171 | - |
| CMYK | 0.66 | 0.59 | 0 | 0.33 |
| HSL | 233.63º | 0.49% | 0.45% | - |
| HSV(B) | 233.63º | 0.66% | 0.67% | - |
| XYZ | 11.29 | 8.22 | 39.52 | - |
| YUV | 77.93 | 180.52 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 70 | 171 | 0.66 | 0.59 | 0 | 0.33 | 233.63 | 0.49 | 0.45 |
| Hex | 3A | 46 | AB | 42 | 3B | 0 | 21 | EA | 31 | 2D |
| Octal | 72 | 106 | 253 | 102 | 73 | 0 | 41 | 352 | 61 | 55 |
| Binary | 111010 | 1000110 | 10101011 | 1000010 | 111011 | 0 | 100001 | 11101010 | 110001 | 101101 |
Color Harmonies of #3A46AB
Complementary color
Monochromatic Colors of #3A46AB
Black with #3A46AB
Text Example
Text Example
White with #3A46AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A46AB; }
p { color: rgb(58,70,171); }
H1.HeaderClassName
{
color: #3A46AB;
}
.AnyTagClassName
{
color: #3A46AB;
}
</style>
background-color css
<style>
a { background-color: #3A46AB; }
a { background-color: rgb(58,70,171); }
div.DivClassName
{
background-color: #3A46AB;
}
.BgClassName
{
background-color: #3A46AB;
}
</style>
border-color css
<style>
span { border-color: #3A46AB; }
span { border-color: rgb(58,70,171); }
td.TdClassName
{
border-color: #3A46AB;
}
.TagClassName
{
border-color: #3A46AB;
}
</style>