Shades of Curious Blue #2D7BBC
Tints of Curious Blue #2D7BBC
RGB
CMYK
RGB Variations
Color information
#2D7BBC (or 0x2D7BBC) is known color: Curious Blue. HEX triplet: 2D, 7B and BC. RGB value is (45,123,188). Sum of RGB (Red+Green+Blue) = 45+123+188=356 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.64% from 356); Green value is 123 (48.44% from 255 or 34.55% from 356); Blue value is 188 (73.83% from 255 or 52.81% from 356); Max value from RGB is 188 - color contains mainly: blue. Hex color #2D7BBC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D7BBC is #D28443. Grayscale: #6A6A6A. Windows color (decimal): -13796420 or 12352301. OLE color: 12352301.
HSL color Cylindrical-coordinate representation of color #2D7BBC: hue angle of 207.27º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D7BBC is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 123 | 188 | - |
| CMYK | 0.76 | 0.35 | 0 | 0.26 |
| HSL | 207.27º | 0.61% | 0.46% | - |
| HSV(B) | 207.27º | 0.76% | 0.74% | - |
| XYZ | 17.24 | 18.35 | 50.21 | - |
| YUV | 107.09 | 173.66 | 83.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 123 | 188 | 0.76 | 0.35 | 0 | 0.26 | 207.27 | 0.61 | 0.46 |
| Hex | 2D | 7B | BC | 4C | 23 | 0 | 1A | CF | 3D | 2E |
| Octal | 55 | 173 | 274 | 114 | 43 | 0 | 32 | 317 | 75 | 56 |
| Binary | 101101 | 1111011 | 10111100 | 1001100 | 100011 | 0 | 11010 | 11001111 | 111101 | 101110 |
Color Harmonies of #2D7BBC
Complementary color
Monochromatic Colors of #2D7BBC
Black with #2D7BBC
Text Example
Text Example
White with #2D7BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7BBC; }
p { color: rgb(45,123,188); }
H1.HeaderClassName
{
color: #2D7BBC;
}
.AnyTagClassName
{
color: #2D7BBC;
}
</style>
background-color css
<style>
a { background-color: #2D7BBC; }
a { background-color: rgb(45,123,188); }
div.DivClassName
{
background-color: #2D7BBC;
}
.BgClassName
{
background-color: #2D7BBC;
}
</style>
border-color css
<style>
span { border-color: #2D7BBC; }
span { border-color: rgb(45,123,188); }
td.TdClassName
{
border-color: #2D7BBC;
}
.TagClassName
{
border-color: #2D7BBC;
}
</style>