Shades of Cerulean Blue #3A5BB4
Tints of Cerulean Blue #3A5BB4
RGB
CMYK
RGB Variations
Color information
#3A5BB4 (or 0x3A5BB4) is known color: Cerulean Blue. HEX triplet: 3A, 5B and B4. RGB value is (58,91,180). Sum of RGB (Red+Green+Blue) = 58+91+180=329 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.63% from 329); Green value is 91 (35.94% from 255 or 27.66% from 329); Blue value is 180 (70.70% from 255 or 54.71% from 329); Max value from RGB is 180 - color contains mainly: blue. Hex color #3A5BB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3A5BB4 is #C5A44B. Grayscale: #5A5A5A. Windows color (decimal): -12952652 or 11819834. OLE color: 11819834.
HSL color Cylindrical-coordinate representation of color #3A5BB4: hue angle of 223.77º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3A5BB4 is Cyan = 0.68, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 58 | 91 | 180 | - |
| CMYK | 0.68 | 0.49 | 0 | 0.29 |
| HSL | 223.77º | 0.51% | 0.47% | - |
| HSV(B) | 223.77º | 0.68% | 0.71% | - |
| XYZ | 13.72 | 11.68 | 44.71 | - |
| YUV | 91.28 | 178.07 | 104.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 91 | 180 | 0.68 | 0.49 | 0 | 0.29 | 223.77 | 0.51 | 0.47 |
| Hex | 3A | 5B | B4 | 44 | 31 | 0 | 1D | E0 | 33 | 2F |
| Octal | 72 | 133 | 264 | 104 | 61 | 0 | 35 | 340 | 63 | 57 |
| Binary | 111010 | 1011011 | 10110100 | 1000100 | 110001 | 0 | 11101 | 11100000 | 110011 | 101111 |
Color Harmonies of #3A5BB4
Complementary color
Monochromatic Colors of #3A5BB4
Black with #3A5BB4
Text Example
Text Example
White with #3A5BB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5BB4; }
p { color: rgb(58,91,180); }
H1.HeaderClassName
{
color: #3A5BB4;
}
.AnyTagClassName
{
color: #3A5BB4;
}
</style>
background-color css
<style>
a { background-color: #3A5BB4; }
a { background-color: rgb(58,91,180); }
div.DivClassName
{
background-color: #3A5BB4;
}
.BgClassName
{
background-color: #3A5BB4;
}
</style>
border-color css
<style>
span { border-color: #3A5BB4; }
span { border-color: rgb(58,91,180); }
td.TdClassName
{
border-color: #3A5BB4;
}
.TagClassName
{
border-color: #3A5BB4;
}
</style>