Shades of Cerulean Blue #2C5AB3
Tints of Cerulean Blue #2C5AB3
RGB
CMYK
RGB Variations
Color information
#2C5AB3 (or 0x2C5AB3) is known color: Cerulean Blue. HEX triplet: 2C, 5A and B3. RGB value is (44,90,179). Sum of RGB (Red+Green+Blue) = 44+90+179=313 (41% of max value = 765). Red value is 44 (17.58% from 255 or 14.06% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 179 (70.31% from 255 or 57.19% from 313); Max value from RGB is 179 - color contains mainly: blue. Hex color #2C5AB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2C5AB3 is #D3A54C. Grayscale: #555555. Windows color (decimal): -13870413 or 11754028. OLE color: 11754028.
HSL color Cylindrical-coordinate representation of color #2C5AB3: hue angle of 219.56º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2C5AB3 is Cyan = 0.75, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 44 | 90 | 179 | - |
| CMYK | 0.75 | 0.50 | 0 | 0.30 |
| HSL | 219.56º | 0.61% | 0.44% | - |
| HSV(B) | 219.56º | 0.75% | 0.7% | - |
| XYZ | 12.83 | 11.1 | 44.11 | - |
| YUV | 86.39 | 180.26 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 90 | 179 | 0.75 | 0.50 | 0 | 0.30 | 219.56 | 0.61 | 0.44 |
| Hex | 2C | 5A | B3 | 4B | 32 | 0 | 1E | DC | 3D | 2C |
| Octal | 54 | 132 | 263 | 113 | 62 | 0 | 36 | 334 | 75 | 54 |
| Binary | 101100 | 1011010 | 10110011 | 1001011 | 110010 | 0 | 11110 | 11011100 | 111101 | 101100 |
Color Harmonies of #2C5AB3
Complementary color
Monochromatic Colors of #2C5AB3
Black with #2C5AB3
Text Example
Text Example
White with #2C5AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C5AB3; }
p { color: rgb(44,90,179); }
H1.HeaderClassName
{
color: #2C5AB3;
}
.AnyTagClassName
{
color: #2C5AB3;
}
</style>
background-color css
<style>
a { background-color: #2C5AB3; }
a { background-color: rgb(44,90,179); }
div.DivClassName
{
background-color: #2C5AB3;
}
.BgClassName
{
background-color: #2C5AB3;
}
</style>
border-color css
<style>
span { border-color: #2C5AB3; }
span { border-color: rgb(44,90,179); }
td.TdClassName
{
border-color: #2C5AB3;
}
.TagClassName
{
border-color: #2C5AB3;
}
</style>