Shades of Curious Blue #2B73BC
Tints of Curious Blue #2B73BC
RGB
CMYK
RGB Variations
Color information
#2B73BC (or 0x2B73BC) is known color: Curious Blue. HEX triplet: 2B, 73 and BC. RGB value is (43,115,188). Sum of RGB (Red+Green+Blue) = 43+115+188=346 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.43% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 188 (73.83% from 255 or 54.34% from 346); Max value from RGB is 188 - color contains mainly: blue. Hex color #2B73BC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2B73BC is #D48C43. Grayscale: #656565. Windows color (decimal): -13929540 or 12350251. OLE color: 12350251.
HSL color Cylindrical-coordinate representation of color #2B73BC: hue angle of 210.21º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2B73BC is Cyan = 0.77, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 43 | 115 | 188 | - |
| CMYK | 0.77 | 0.39 | 0 | 0.26 |
| HSL | 210.21º | 0.63% | 0.45% | - |
| HSV(B) | 210.21º | 0.77% | 0.74% | - |
| XYZ | 16.2 | 16.41 | 49.89 | - |
| YUV | 101.79 | 176.65 | 86.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 115 | 188 | 0.77 | 0.39 | 0 | 0.26 | 210.21 | 0.63 | 0.45 |
| Hex | 2B | 73 | BC | 4D | 27 | 0 | 1A | D2 | 3F | 2D |
| Octal | 53 | 163 | 274 | 115 | 47 | 0 | 32 | 322 | 77 | 55 |
| Binary | 101011 | 1110011 | 10111100 | 1001101 | 100111 | 0 | 11010 | 11010010 | 111111 | 101101 |
Color Harmonies of #2B73BC
Complementary color
Monochromatic Colors of #2B73BC
Black with #2B73BC
Text Example
Text Example
White with #2B73BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B73BC; }
p { color: rgb(43,115,188); }
H1.HeaderClassName
{
color: #2B73BC;
}
.AnyTagClassName
{
color: #2B73BC;
}
</style>
background-color css
<style>
a { background-color: #2B73BC; }
a { background-color: rgb(43,115,188); }
div.DivClassName
{
background-color: #2B73BC;
}
.BgClassName
{
background-color: #2B73BC;
}
</style>
border-color css
<style>
span { border-color: #2B73BC; }
span { border-color: rgb(43,115,188); }
td.TdClassName
{
border-color: #2B73BC;
}
.TagClassName
{
border-color: #2B73BC;
}
</style>