Shades of Curious Blue #2D88BC
Tints of Curious Blue #2D88BC
RGB
CMYK
RGB Variations
Color information
#2D88BC (or 0x2D88BC) is known color: Curious Blue. HEX triplet: 2D, 88 and BC. RGB value is (45,136,188). Sum of RGB (Red+Green+Blue) = 45+136+188=369 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.20% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #2D88BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D88BC is #D27743. Grayscale: #727272. Windows color (decimal): -13793092 or 12355629. OLE color: 12355629.
HSL color Cylindrical-coordinate representation of color #2D88BC: hue angle of 201.82º 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 #2D88BC is Cyan = 0.76, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 45 | 136 | 188 | - |
| CMYK | 0.76 | 0.28 | 0 | 0.26 |
| HSL | 201.82º | 0.61% | 0.46% | - |
| HSV(B) | 201.82º | 0.76% | 0.74% | - |
| XYZ | 18.96 | 21.8 | 50.78 | - |
| YUV | 114.72 | 169.35 | 78.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 136 | 188 | 0.76 | 0.28 | 0 | 0.26 | 201.82 | 0.61 | 0.46 |
| Hex | 2D | 88 | BC | 4C | 1C | 0 | 1A | CA | 3D | 2E |
| Octal | 55 | 210 | 274 | 114 | 34 | 0 | 32 | 312 | 75 | 56 |
| Binary | 101101 | 10001000 | 10111100 | 1001100 | 11100 | 0 | 11010 | 11001010 | 111101 | 101110 |
Color Harmonies of #2D88BC
Complementary color
Monochromatic Colors of #2D88BC
Black with #2D88BC
Text Example
Text Example
White with #2D88BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D88BC; }
p { color: rgb(45,136,188); }
H1.HeaderClassName
{
color: #2D88BC;
}
.AnyTagClassName
{
color: #2D88BC;
}
</style>
background-color css
<style>
a { background-color: #2D88BC; }
a { background-color: rgb(45,136,188); }
div.DivClassName
{
background-color: #2D88BC;
}
.BgClassName
{
background-color: #2D88BC;
}
</style>
border-color css
<style>
span { border-color: #2D88BC; }
span { border-color: rgb(45,136,188); }
td.TdClassName
{
border-color: #2D88BC;
}
.TagClassName
{
border-color: #2D88BC;
}
</style>