Shades of Curious Blue #2D8BBE
Tints of Curious Blue #2D8BBE
RGB
CMYK
RGB Variations
Color information
#2D8BBE (or 0x2D8BBE) is known color: Curious Blue. HEX triplet: 2D, 8B and BE. RGB value is (45,139,190). Sum of RGB (Red+Green+Blue) = 45+139+190=374 (49% of max value = 765). Red value is 45 (17.97% from 255 or 12.03% from 374); Green value is 139 (54.69% from 255 or 37.17% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #2D8BBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D8BBE is #D27441. Grayscale: #747474. Windows color (decimal): -13792322 or 12487469. OLE color: 12487469.
HSL color Cylindrical-coordinate representation of color #2D8BBE: hue angle of 201.1º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2D8BBE is Cyan = 0.76, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 139 | 190 | - |
| CMYK | 0.76 | 0.27 | 0 | 0.25 |
| HSL | 201.1º | 0.62% | 0.46% | - |
| HSV(B) | 201.1º | 0.76% | 0.75% | - |
| XYZ | 19.61 | 22.74 | 52.07 | - |
| YUV | 116.71 | 169.36 | 76.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 139 | 190 | 0.76 | 0.27 | 0 | 0.25 | 201.1 | 0.62 | 0.46 |
| Hex | 2D | 8B | BE | 4C | 1B | 0 | 19 | C9 | 3E | 2E |
| Octal | 55 | 213 | 276 | 114 | 33 | 0 | 31 | 311 | 76 | 56 |
| Binary | 101101 | 10001011 | 10111110 | 1001100 | 11011 | 0 | 11001 | 11001001 | 111110 | 101110 |
Color Harmonies of #2D8BBE
Complementary color
Monochromatic Colors of #2D8BBE
Black with #2D8BBE
Text Example
Text Example
White with #2D8BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D8BBE; }
p { color: rgb(45,139,190); }
H1.HeaderClassName
{
color: #2D8BBE;
}
.AnyTagClassName
{
color: #2D8BBE;
}
</style>
background-color css
<style>
a { background-color: #2D8BBE; }
a { background-color: rgb(45,139,190); }
div.DivClassName
{
background-color: #2D8BBE;
}
.BgClassName
{
background-color: #2D8BBE;
}
</style>
border-color css
<style>
span { border-color: #2D8BBE; }
span { border-color: rgb(45,139,190); }
td.TdClassName
{
border-color: #2D8BBE;
}
.TagClassName
{
border-color: #2D8BBE;
}
</style>