Shades of Cerulean Blue #3A48AB
Tints of Cerulean Blue #3A48AB
RGB
CMYK
RGB Variations
Color information
#3A48AB (or 0x3A48AB) is known color: Cerulean Blue. HEX triplet: 3A, 48 and AB. RGB value is (58,72,171). Sum of RGB (Red+Green+Blue) = 58+72+171=301 (39% of max value = 765). Red value is 58 (23.05% from 255 or 19.27% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 171 (67.19% from 255 or 56.81% from 301); Max value from RGB is 171 - color contains mainly: blue. Hex color #3A48AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A48AB is #C5B754. Grayscale: #4E4E4E. Windows color (decimal): -12957525 or 11225146. OLE color: 11225146.
HSL color Cylindrical-coordinate representation of color #3A48AB: hue angle of 232.57º 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 #3A48AB is Cyan = 0.66, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 72 | 171 | - |
| CMYK | 0.66 | 0.58 | 0 | 0.33 |
| HSL | 232.57º | 0.49% | 0.45% | - |
| HSV(B) | 232.57º | 0.66% | 0.67% | - |
| XYZ | 11.41 | 8.47 | 39.56 | - |
| YUV | 79.1 | 179.86 | 112.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 72 | 171 | 0.66 | 0.58 | 0 | 0.33 | 232.57 | 0.49 | 0.45 |
| Hex | 3A | 48 | AB | 42 | 3A | 0 | 21 | E9 | 31 | 2D |
| Octal | 72 | 110 | 253 | 102 | 72 | 0 | 41 | 351 | 61 | 55 |
| Binary | 111010 | 1001000 | 10101011 | 1000010 | 111010 | 0 | 100001 | 11101001 | 110001 | 101101 |
Color Harmonies of #3A48AB
Complementary color
Monochromatic Colors of #3A48AB
Black with #3A48AB
Text Example
Text Example
White with #3A48AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A48AB; }
p { color: rgb(58,72,171); }
H1.HeaderClassName
{
color: #3A48AB;
}
.AnyTagClassName
{
color: #3A48AB;
}
</style>
background-color css
<style>
a { background-color: #3A48AB; }
a { background-color: rgb(58,72,171); }
div.DivClassName
{
background-color: #3A48AB;
}
.BgClassName
{
background-color: #3A48AB;
}
</style>
border-color css
<style>
span { border-color: #3A48AB; }
span { border-color: rgb(58,72,171); }
td.TdClassName
{
border-color: #3A48AB;
}
.TagClassName
{
border-color: #3A48AB;
}
</style>