Shades of Cerulean Blue #2B5AAD
Tints of Cerulean Blue #2B5AAD
RGB
CMYK
RGB Variations
Color information
#2B5AAD (or 0x2B5AAD) is known color: Cerulean Blue. HEX triplet: 2B, 5A and AD. RGB value is (43,90,173). Sum of RGB (Red+Green+Blue) = 43+90+173=306 (40% of max value = 765). Red value is 43 (17.19% from 255 or 14.05% from 306); Green value is 90 (35.55% from 255 or 29.41% from 306); Blue value is 173 (67.97% from 255 or 56.54% from 306); Max value from RGB is 173 - color contains mainly: blue. Hex color #2B5AAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B5AAD is #D4A552. Grayscale: #555555. Windows color (decimal): -13935955 or 11360811. OLE color: 11360811.
HSL color Cylindrical-coordinate representation of color #2B5AAD: hue angle of 218.31º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B5AAD is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
RGB | 43 | 90 | 173 | - |
CMYK | 0.75 | 0.48 | 0 | 0.32 |
HSL | 218.31º | 0.6% | 0.42% | - |
HSV(B) | 218.31º | 0.75% | 0.68% | - |
XYZ | 12.2 | 10.84 | 40.99 | - |
YUV | 85.41 | 177.43 | 97.75 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 43 | 90 | 173 | 0.75 | 0.48 | 0 | 0.32 | 218.31 | 0.6 | 0.42 |
Hex | 2B | 5A | AD | 4B | 30 | 0 | 20 | DA | 3C | 2A |
Octal | 53 | 132 | 255 | 113 | 60 | 0 | 40 | 332 | 74 | 52 |
Binary | 101011 | 1011010 | 10101101 | 1001011 | 110000 | 0 | 100000 | 11011010 | 111100 | 101010 |
Color Harmonies of #2B5AAD
Complementary color
Monochromatic Colors of #2B5AAD
Black with #2B5AAD
Text Example
Text Example
White with #2B5AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B5AAD; }
p { color: rgb(43,90,173); }
H1.HeaderClassName
{
color: #2B5AAD;
}
.AnyTagClassName
{
color: #2B5AAD;
}
</style>
background-color css
<style>
a { background-color: #2B5AAD; }
a { background-color: rgb(43,90,173); }
div.DivClassName
{
background-color: #2B5AAD;
}
.BgClassName
{
background-color: #2B5AAD;
}
</style>
border-color css
<style>
span { border-color: #2B5AAD; }
span { border-color: rgb(43,90,173); }
td.TdClassName
{
border-color: #2B5AAD;
}
.TagClassName
{
border-color: #2B5AAD;
}
</style>