Shades of Curious Blue #2D8ABA
Tints of Curious Blue #2D8ABA
RGB
CMYK
RGB Variations
Color information
#2D8ABA (or 0x2D8ABA) is known color: Curious Blue. HEX triplet: 2D, 8A and BA. RGB value is (45,138,186). Sum of RGB (Red+Green+Blue) = 45+138+186=369 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.20% from 369); Green value is 138 (54.30% from 255 or 37.40% from 369); Blue value is 186 (73.05% from 255 or 50.41% from 369); Max value from RGB is 186 - color contains mainly: blue. Hex color #2D8ABA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D8ABA is #D27545. Grayscale: #737373. Windows color (decimal): -13792582 or 12225069. OLE color: 12225069.
HSL color Cylindrical-coordinate representation of color #2D8ABA: hue angle of 200.43º 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 #2D8ABA is Cyan = 0.76, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 45 | 138 | 186 | - |
| CMYK | 0.76 | 0.26 | 0 | 0.27 |
| HSL | 200.43º | 0.61% | 0.45% | - |
| HSV(B) | 200.43º | 0.76% | 0.73% | - |
| XYZ | 19.03 | 22.28 | 49.75 | - |
| YUV | 115.67 | 167.69 | 77.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 138 | 186 | 0.76 | 0.26 | 0 | 0.27 | 200.43 | 0.61 | 0.45 |
| Hex | 2D | 8A | BA | 4C | 1A | 0 | 1B | C8 | 3D | 2D |
| Octal | 55 | 212 | 272 | 114 | 32 | 0 | 33 | 310 | 75 | 55 |
| Binary | 101101 | 10001010 | 10111010 | 1001100 | 11010 | 0 | 11011 | 11001000 | 111101 | 101101 |
Color Harmonies of #2D8ABA
Complementary color
Monochromatic Colors of #2D8ABA
Black with #2D8ABA
Text Example
Text Example
White with #2D8ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8ABA; }
p { color: rgb(45,138,186); }
H1.HeaderClassName
{
color: #2D8ABA;
}
.AnyTagClassName
{
color: #2D8ABA;
}
</style>
background-color css
<style>
a { background-color: #2D8ABA; }
a { background-color: rgb(45,138,186); }
div.DivClassName
{
background-color: #2D8ABA;
}
.BgClassName
{
background-color: #2D8ABA;
}
</style>
border-color css
<style>
span { border-color: #2D8ABA; }
span { border-color: rgb(45,138,186); }
td.TdClassName
{
border-color: #2D8ABA;
}
.TagClassName
{
border-color: #2D8ABA;
}
</style>