Shades of Medium Blue #2907BD
Tints of Medium Blue #2907BD
RGB
CMYK
RGB Variations
Color information
#2907BD (or 0x2907BD) is known color: Medium Blue. HEX triplet: 29, 07 and BD. RGB value is (41,7,189). Sum of RGB (Red+Green+Blue) = 41+7+189=237 (31% of max value = 765). Red value is 41 (16.41% from 255 or 17.30% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 189 (74.22% from 255 or 79.75% from 237); Max value from RGB is 189 - color contains mainly: blue. Hex color #2907BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2907BD is #D6F842. Grayscale: #252525. Windows color (decimal): -14088259 or 12388137. OLE color: 12388137.
HSL color Cylindrical-coordinate representation of color #2907BD: hue angle of 251.21º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #2907BD is Cyan = 0.78, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 41 | 7 | 189 | - |
| CMYK | 0.78 | 0.96 | 0 | 0.26 |
| HSL | 251.21º | 0.93% | 0.38% | - |
| HSV(B) | 251.21º | 0.96% | 0.74% | - |
| XYZ | 10.18 | 4.3 | 48.44 | - |
| YUV | 37.91 | 213.26 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 7 | 189 | 0.78 | 0.96 | 0 | 0.26 | 251.21 | 0.93 | 0.38 |
| Hex | 29 | 7 | BD | 4E | 60 | 0 | 1A | FB | 5D | 26 |
| Octal | 51 | 7 | 275 | 116 | 140 | 0 | 32 | 373 | 135 | 46 |
| Binary | 101001 | 111 | 10111101 | 1001110 | 1100000 | 0 | 11010 | 11111011 | 1011101 | 100110 |
Color Harmonies of #2907BD
Complementary color
Monochromatic Colors of #2907BD
Black with #2907BD
Text Example
Text Example
White with #2907BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2907BD; }
p { color: rgb(41,7,189); }
H1.HeaderClassName
{
color: #2907BD;
}
.AnyTagClassName
{
color: #2907BD;
}
</style>
background-color css
<style>
a { background-color: #2907BD; }
a { background-color: rgb(41,7,189); }
div.DivClassName
{
background-color: #2907BD;
}
.BgClassName
{
background-color: #2907BD;
}
</style>
border-color css
<style>
span { border-color: #2907BD; }
span { border-color: rgb(41,7,189); }
td.TdClassName
{
border-color: #2907BD;
}
.TagClassName
{
border-color: #2907BD;
}
</style>