Shades of Curious Blue #2D7CBE
Tints of Curious Blue #2D7CBE
RGB
CMYK
RGB Variations
Color information
#2D7CBE (or 0x2D7CBE) is known color: Curious Blue. HEX triplet: 2D, 7C and BE. RGB value is (45,124,190). Sum of RGB (Red+Green+Blue) = 45+124+190=359 (47% of max value = 765). Red value is 45 (17.97% from 255 or 12.53% from 359); Green value is 124 (48.83% from 255 or 34.54% from 359); Blue value is 190 (74.61% from 255 or 52.92% from 359); Max value from RGB is 190 - color contains mainly: blue. Hex color #2D7CBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2D7CBE is #D28341. Grayscale: #6B6B6B. Windows color (decimal): -13796162 or 12483629. OLE color: 12483629.
HSL color Cylindrical-coordinate representation of color #2D7CBE: hue angle of 207.31º 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 #2D7CBE is Cyan = 0.76, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 45 | 124 | 190 | - |
| CMYK | 0.76 | 0.35 | 0 | 0.25 |
| HSL | 207.31º | 0.62% | 0.46% | - |
| HSV(B) | 207.31º | 0.76% | 0.75% | - |
| XYZ | 17.58 | 18.69 | 51.4 | - |
| YUV | 107.9 | 174.33 | 83.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 124 | 190 | 0.76 | 0.35 | 0 | 0.25 | 207.31 | 0.62 | 0.46 |
| Hex | 2D | 7C | BE | 4C | 23 | 0 | 19 | CF | 3E | 2E |
| Octal | 55 | 174 | 276 | 114 | 43 | 0 | 31 | 317 | 76 | 56 |
| Binary | 101101 | 1111100 | 10111110 | 1001100 | 100011 | 0 | 11001 | 11001111 | 111110 | 101110 |
Color Harmonies of #2D7CBE
Complementary color
Monochromatic Colors of #2D7CBE
Black with #2D7CBE
Text Example
Text Example
White with #2D7CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D7CBE; }
p { color: rgb(45,124,190); }
H1.HeaderClassName
{
color: #2D7CBE;
}
.AnyTagClassName
{
color: #2D7CBE;
}
</style>
background-color css
<style>
a { background-color: #2D7CBE; }
a { background-color: rgb(45,124,190); }
div.DivClassName
{
background-color: #2D7CBE;
}
.BgClassName
{
background-color: #2D7CBE;
}
</style>
border-color css
<style>
span { border-color: #2D7CBE; }
span { border-color: rgb(45,124,190); }
td.TdClassName
{
border-color: #2D7CBE;
}
.TagClassName
{
border-color: #2D7CBE;
}
</style>