Shades of Curious Blue #2D7ABA
Tints of Curious Blue #2D7ABA
RGB
CMYK
RGB Variations
Color information
#2D7ABA (or 0x2D7ABA) is known color: Curious Blue. HEX triplet: 2D, 7A and BA. RGB value is (45,122,186). Sum of RGB (Red+Green+Blue) = 45+122+186=353 (46% of max value = 765). Red value is 45 (17.97% from 255 or 12.75% from 353); Green value is 122 (48.05% from 255 or 34.56% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #2D7ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D7ABA is #D28545. Grayscale: #696969. Windows color (decimal): -13796678 or 12220973. OLE color: 12220973.
HSL color Cylindrical-coordinate representation of color #2D7ABA: hue angle of 207.23º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D7ABA is Cyan = 0.76, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 122 | 186 | - |
| CMYK | 0.76 | 0.34 | 0 | 0.27 |
| HSL | 207.23º | 0.61% | 0.45% | - |
| HSV(B) | 207.23º | 0.76% | 0.73% | - |
| XYZ | 16.9 | 18.02 | 49.04 | - |
| YUV | 106.27 | 172.99 | 84.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 122 | 186 | 0.76 | 0.34 | 0 | 0.27 | 207.23 | 0.61 | 0.45 |
| Hex | 2D | 7A | BA | 4C | 22 | 0 | 1B | CF | 3D | 2D |
| Octal | 55 | 172 | 272 | 114 | 42 | 0 | 33 | 317 | 75 | 55 |
| Binary | 101101 | 1111010 | 10111010 | 1001100 | 100010 | 0 | 11011 | 11001111 | 111101 | 101101 |
Color Harmonies of #2D7ABA
Complementary color
Monochromatic Colors of #2D7ABA
Black with #2D7ABA
Text Example
Text Example
White with #2D7ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7ABA; }
p { color: rgb(45,122,186); }
H1.HeaderClassName
{
color: #2D7ABA;
}
.AnyTagClassName
{
color: #2D7ABA;
}
</style>
background-color css
<style>
a { background-color: #2D7ABA; }
a { background-color: rgb(45,122,186); }
div.DivClassName
{
background-color: #2D7ABA;
}
.BgClassName
{
background-color: #2D7ABA;
}
</style>
border-color css
<style>
span { border-color: #2D7ABA; }
span { border-color: rgb(45,122,186); }
td.TdClassName
{
border-color: #2D7ABA;
}
.TagClassName
{
border-color: #2D7ABA;
}
</style>