Shades of Curious Blue #2B7FAD
Tints of Curious Blue #2B7FAD
RGB
CMYK
RGB Variations
Color information
#2B7FAD (or 0x2B7FAD) is known color: Curious Blue. HEX triplet: 2B, 7F and AD. RGB value is (43,127,173). Sum of RGB (Red+Green+Blue) = 43+127+173=343 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.54% from 343); Green value is 127 (50% from 255 or 37.03% from 343); Blue value is 173 (67.97% from 255 or 50.44% from 343); Max value from RGB is 173 - color contains mainly: blue. Hex color #2B7FAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B7FAD is #D48052. Grayscale: #6A6A6A. Windows color (decimal): -13926483 or 11370283. OLE color: 11370283.
HSL color Cylindrical-coordinate representation of color #2B7FAD: hue angle of 201.23º 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 #2B7FAD is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 127 | 173 | - |
| CMYK | 0.75 | 0.27 | 0 | 0.32 |
| HSL | 201.23º | 0.6% | 0.42% | - |
| HSV(B) | 201.23º | 0.75% | 0.68% | - |
| XYZ | 16.13 | 18.71 | 42.3 | - |
| YUV | 107.13 | 165.17 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 127 | 173 | 0.75 | 0.27 | 0 | 0.32 | 201.23 | 0.6 | 0.42 |
| Hex | 2B | 7F | AD | 4B | 1B | 0 | 20 | C9 | 3C | 2A |
| Octal | 53 | 177 | 255 | 113 | 33 | 0 | 40 | 311 | 74 | 52 |
| Binary | 101011 | 1111111 | 10101101 | 1001011 | 11011 | 0 | 100000 | 11001001 | 111100 | 101010 |
Color Harmonies of #2B7FAD
Complementary color
Monochromatic Colors of #2B7FAD
Black with #2B7FAD
Text Example
Text Example
White with #2B7FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7FAD; }
p { color: rgb(43,127,173); }
H1.HeaderClassName
{
color: #2B7FAD;
}
.AnyTagClassName
{
color: #2B7FAD;
}
</style>
background-color css
<style>
a { background-color: #2B7FAD; }
a { background-color: rgb(43,127,173); }
div.DivClassName
{
background-color: #2B7FAD;
}
.BgClassName
{
background-color: #2B7FAD;
}
</style>
border-color css
<style>
span { border-color: #2B7FAD; }
span { border-color: rgb(43,127,173); }
td.TdClassName
{
border-color: #2B7FAD;
}
.TagClassName
{
border-color: #2B7FAD;
}
</style>