Shades of Curious Blue #2B7FAE
Tints of Curious Blue #2B7FAE
RGB
CMYK
RGB Variations
Color information
#2B7FAE (or 0x2B7FAE) is known color: Curious Blue. HEX triplet: 2B, 7F and AE. RGB value is (43,127,174). Sum of RGB (Red+Green+Blue) = 43+127+174=344 (45% of max value = 765). Red value is 43 (17.19% from 255 or 12.5% from 344); Green value is 127 (50% from 255 or 36.92% from 344); Blue value is 174 (68.36% from 255 or 50.58% from 344); Max value from RGB is 174 - color contains mainly: blue. Hex color #2B7FAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2B7FAE is #D48051. Grayscale: #6A6A6A. Windows color (decimal): -13926482 or 11435819. OLE color: 11435819.
HSL color Cylindrical-coordinate representation of color #2B7FAE: hue angle of 201.53º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2B7FAE is Cyan = 0.75, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 43 | 127 | 174 | - |
| CMYK | 0.75 | 0.27 | 0 | 0.32 |
| HSL | 201.53º | 0.6% | 0.43% | - |
| HSV(B) | 201.53º | 0.75% | 0.68% | - |
| XYZ | 16.23 | 18.75 | 42.81 | - |
| YUV | 107.24 | 165.67 | 82.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 127 | 174 | 0.75 | 0.27 | 0 | 0.32 | 201.53 | 0.6 | 0.43 |
| Hex | 2B | 7F | AE | 4B | 1B | 0 | 20 | CA | 3C | 2B |
| Octal | 53 | 177 | 256 | 113 | 33 | 0 | 40 | 312 | 74 | 53 |
| Binary | 101011 | 1111111 | 10101110 | 1001011 | 11011 | 0 | 100000 | 11001010 | 111100 | 101011 |
Color Harmonies of #2B7FAE
Complementary color
Monochromatic Colors of #2B7FAE
Black with #2B7FAE
Text Example
Text Example
White with #2B7FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B7FAE; }
p { color: rgb(43,127,174); }
H1.HeaderClassName
{
color: #2B7FAE;
}
.AnyTagClassName
{
color: #2B7FAE;
}
</style>
background-color css
<style>
a { background-color: #2B7FAE; }
a { background-color: rgb(43,127,174); }
div.DivClassName
{
background-color: #2B7FAE;
}
.BgClassName
{
background-color: #2B7FAE;
}
</style>
border-color css
<style>
span { border-color: #2B7FAE; }
span { border-color: rgb(43,127,174); }
td.TdClassName
{
border-color: #2B7FAE;
}
.TagClassName
{
border-color: #2B7FAE;
}
</style>