Shades of Medium Blue #2D06CC
Tints of Medium Blue #2D06CC
RGB
CMYK
RGB Variations
Color information
#2D06CC (or 0x2D06CC) is known color: Medium Blue. HEX triplet: 2D, 06 and CC. RGB value is (45,6,204). Sum of RGB (Red+Green+Blue) = 45+6+204=255 (33% of max value = 765). Red value is 45 (17.97% from 255 or 17.65% from 255); Green value is 6 (2.73% from 255 or 2.35% from 255); Blue value is 204 (80.08% from 255 or 80% from 255); Max value from RGB is 204 - color contains mainly: blue. Hex color #2D06CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2D06CC is #D2F933. Grayscale: #272727. Windows color (decimal): -13826356 or 13370925. OLE color: 13370925.
HSL color Cylindrical-coordinate representation of color #2D06CC: hue angle of 251.82º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2D06CC is Cyan = 0.78, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 45 | 6 | 204 | - |
| CMYK | 0.78 | 0.97 | 0 | 0.2 |
| HSL | 251.82º | 0.94% | 0.41% | - |
| HSV(B) | 251.82º | 0.97% | 0.8% | - |
| XYZ | 12.05 | 5.05 | 57.47 | - |
| YUV | 40.23 | 220.42 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 6 | 204 | 0.78 | 0.97 | 0 | 0.2 | 251.82 | 0.94 | 0.41 |
| Hex | 2D | 6 | CC | 4E | 61 | 0 | 14 | FC | 5E | 29 |
| Octal | 55 | 6 | 314 | 116 | 141 | 0 | 24 | 374 | 136 | 51 |
| Binary | 101101 | 110 | 11001100 | 1001110 | 1100001 | 0 | 10100 | 11111100 | 1011110 | 101001 |
Color Harmonies of #2D06CC
Complementary color
Monochromatic Colors of #2D06CC
Black with #2D06CC
Text Example
Text Example
White with #2D06CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D06CC; }
p { color: rgb(45,6,204); }
H1.HeaderClassName
{
color: #2D06CC;
}
.AnyTagClassName
{
color: #2D06CC;
}
</style>
background-color css
<style>
a { background-color: #2D06CC; }
a { background-color: rgb(45,6,204); }
div.DivClassName
{
background-color: #2D06CC;
}
.BgClassName
{
background-color: #2D06CC;
}
</style>
border-color css
<style>
span { border-color: #2D06CC; }
span { border-color: rgb(45,6,204); }
td.TdClassName
{
border-color: #2D06CC;
}
.TagClassName
{
border-color: #2D06CC;
}
</style>