Shades of Cerulean Blue #2B5AB3
Tints of Cerulean Blue #2B5AB3
RGB
CMYK
RGB Variations
Color information
#2B5AB3 (or 0x2B5AB3) is known color: Cerulean Blue. HEX triplet: 2B, 5A and B3. RGB value is (43,90,179). Sum of RGB (Red+Green+Blue) = 43+90+179=312 (41% of max value = 765). Red value is 43 (17.19% from 255 or 13.78% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 179 (70.31% from 255 or 57.37% from 312); Max value from RGB is 179 - color contains mainly: blue. Hex color #2B5AB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B5AB3 is #D4A54C. Grayscale: #555555. Windows color (decimal): -13935949 or 11754027. OLE color: 11754027.
HSL color Cylindrical-coordinate representation of color #2B5AB3: hue angle of 219.26º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2B5AB3 is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 43 | 90 | 179 | - |
| CMYK | 0.76 | 0.50 | 0 | 0.30 |
| HSL | 219.26º | 0.61% | 0.44% | - |
| HSV(B) | 219.26º | 0.76% | 0.7% | - |
| XYZ | 12.79 | 11.08 | 44.11 | - |
| YUV | 86.09 | 180.43 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 90 | 179 | 0.76 | 0.50 | 0 | 0.30 | 219.26 | 0.61 | 0.44 |
| Hex | 2B | 5A | B3 | 4C | 32 | 0 | 1E | DB | 3D | 2C |
| Octal | 53 | 132 | 263 | 114 | 62 | 0 | 36 | 333 | 75 | 54 |
| Binary | 101011 | 1011010 | 10110011 | 1001100 | 110010 | 0 | 11110 | 11011011 | 111101 | 101100 |
Color Harmonies of #2B5AB3
Complementary color
Monochromatic Colors of #2B5AB3
Black with #2B5AB3
Text Example
Text Example
White with #2B5AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5AB3; }
p { color: rgb(43,90,179); }
H1.HeaderClassName
{
color: #2B5AB3;
}
.AnyTagClassName
{
color: #2B5AB3;
}
</style>
background-color css
<style>
a { background-color: #2B5AB3; }
a { background-color: rgb(43,90,179); }
div.DivClassName
{
background-color: #2B5AB3;
}
.BgClassName
{
background-color: #2B5AB3;
}
</style>
border-color css
<style>
span { border-color: #2B5AB3; }
span { border-color: rgb(43,90,179); }
td.TdClassName
{
border-color: #2B5AB3;
}
.TagClassName
{
border-color: #2B5AB3;
}
</style>