Shades of Cerulean Blue #3A55B3
Tints of Cerulean Blue #3A55B3
RGB
CMYK
RGB Variations
Color information
#3A55B3 (or 0x3A55B3) is known color: Cerulean Blue. HEX triplet: 3A, 55 and B3. RGB value is (58,85,179). Sum of RGB (Red+Green+Blue) = 58+85+179=322 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.01% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 179 (70.31% from 255 or 55.59% from 322); Max value from RGB is 179 - color contains mainly: blue. Hex color #3A55B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A55B3 is #C5AA4C. Grayscale: #575757. Windows color (decimal): -12954189 or 11752762. OLE color: 11752762.
HSL color Cylindrical-coordinate representation of color #3A55B3: hue angle of 226.61º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A55B3 is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 58 | 85 | 179 | - |
| CMYK | 0.68 | 0.53 | 0 | 0.30 |
| HSL | 226.61º | 0.51% | 0.46% | - |
| HSV(B) | 226.61º | 0.68% | 0.7% | - |
| XYZ | 13.13 | 10.65 | 44.01 | - |
| YUV | 87.64 | 179.55 | 106.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 85 | 179 | 0.68 | 0.53 | 0 | 0.30 | 226.61 | 0.51 | 0.46 |
| Hex | 3A | 55 | B3 | 44 | 35 | 0 | 1E | E3 | 33 | 2E |
| Octal | 72 | 125 | 263 | 104 | 65 | 0 | 36 | 343 | 63 | 56 |
| Binary | 111010 | 1010101 | 10110011 | 1000100 | 110101 | 0 | 11110 | 11100011 | 110011 | 101110 |
Color Harmonies of #3A55B3
Complementary color
Monochromatic Colors of #3A55B3
Black with #3A55B3
Text Example
Text Example
White with #3A55B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A55B3; }
p { color: rgb(58,85,179); }
H1.HeaderClassName
{
color: #3A55B3;
}
.AnyTagClassName
{
color: #3A55B3;
}
</style>
background-color css
<style>
a { background-color: #3A55B3; }
a { background-color: rgb(58,85,179); }
div.DivClassName
{
background-color: #3A55B3;
}
.BgClassName
{
background-color: #3A55B3;
}
</style>
border-color css
<style>
span { border-color: #3A55B3; }
span { border-color: rgb(58,85,179); }
td.TdClassName
{
border-color: #3A55B3;
}
.TagClassName
{
border-color: #3A55B3;
}
</style>