Shades of Curious Blue #2D84BE
Tints of Curious Blue #2D84BE
RGB
CMYK
RGB Variations
Color information
#2D84BE (or 0x2D84BE) is known color: Curious Blue. HEX triplet: 2D, 84 and BE. RGB value is (45,132,190). Sum of RGB (Red+Green+Blue) = 45+132+190=367 (48% of max value = 765). Red value is 45 (17.97% from 255 or 12.26% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #2D84BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2D84BE is #D27B41. Grayscale: #707070. Windows color (decimal): -13794114 or 12485677. OLE color: 12485677.
HSL color Cylindrical-coordinate representation of color #2D84BE: hue angle of 204º 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 #2D84BE is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 132 | 190 | - |
| CMYK | 0.76 | 0.31 | 0 | 0.25 |
| HSL | 204º | 0.62% | 0.46% | - |
| HSV(B) | 204º | 0.76% | 0.75% | - |
| XYZ | 18.63 | 20.78 | 51.74 | - |
| YUV | 112.6 | 171.68 | 79.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 132 | 190 | 0.76 | 0.31 | 0 | 0.25 | 204 | 0.62 | 0.46 |
| Hex | 2D | 84 | BE | 4C | 1F | 0 | 19 | CC | 3E | 2E |
| Octal | 55 | 204 | 276 | 114 | 37 | 0 | 31 | 314 | 76 | 56 |
| Binary | 101101 | 10000100 | 10111110 | 1001100 | 11111 | 0 | 11001 | 11001100 | 111110 | 101110 |
Color Harmonies of #2D84BE
Complementary color
Monochromatic Colors of #2D84BE
Black with #2D84BE
Text Example
Text Example
White with #2D84BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D84BE; }
p { color: rgb(45,132,190); }
H1.HeaderClassName
{
color: #2D84BE;
}
.AnyTagClassName
{
color: #2D84BE;
}
</style>
background-color css
<style>
a { background-color: #2D84BE; }
a { background-color: rgb(45,132,190); }
div.DivClassName
{
background-color: #2D84BE;
}
.BgClassName
{
background-color: #2D84BE;
}
</style>
border-color css
<style>
span { border-color: #2D84BE; }
span { border-color: rgb(45,132,190); }
td.TdClassName
{
border-color: #2D84BE;
}
.TagClassName
{
border-color: #2D84BE;
}
</style>